Online
Manual / Configuration
Files / Required
fields
Command:
required
Usage:
Allows
you to specify which fields must be filled out by the user.
Arguments:
- page="<form
page number>"
Specify the form page that contains the required fields.
- value="<field
name1, field name2, ...>"
Specify the fields that the user must fill out. Seperate each field
with a comma.
Example:
| required page="1"
value="Full Name, E-mail, Questions" |
This example shows how to set required fields for a simple contact
form which contains the fields named Full name, E-mail, and Questions.
| required page="2"
value="Interests, Suggestions" |
This example
shows how to set required fields for form page number 2.
|