1. Text domain
Password domain
For text domain: If value is set in advance, the value is the default value when the display is displayed, the value in the submit $ TextName is the text in the text box.
The password field is the same as the rules of the text domain.
2. Quantile box
Select a radio button, the value in the subs last $ radioname is the value value selected by the button.
Note Value's value cannot be omitted, otherwise the radio box is meaningless
3. Check box
After selecting the check box, the value in the Submit's $ CheckBoxName is its value value.
If the value value is omitted, the value in the $ checkboxName is selected is the "ON" value;
If you do not select the check box, the value in the $ checkboxName after Submit is empty.
4. Text domain
If there is a pre-text content in
After Submit, the value in the TEXTAREANAME is the content in the text domain.
5. Drop-down menu
select>
If the option value is omitted if the value = Option1 is omitted, the $ selectname is Item1 after Submit.
If there is no omittion, the value in the subsser $ selectname is the value corresponding to Option, such as Option1