 |


The Fields Listbox lists all the fields contained within the selected form. When you first run the extension you will be presented with a list of the fields contained within the selected form in ascending order (i.e from the top element to the last or bottom element). When you start creating the checks that you want to present to the user, Validate Form begins to assign various different values to the field depending on what checks are initialized.
For example, in the image above the first field in the Fields Listbox has already got checks assigned to it, so it is read as:
text "userName"(RfLen5:20isOkChars[charset]{errMsg})
- text - indicates that the element type is text
- "userName" - is the name you've given to the field
- R - for "Required" ensures that the user enters a value into the field. The opposite is N for "Not Required". A Not Required field will only perform a validation check on the field if the user has entered something into that field, otherwise the field is ignored.
- fLen5:20 - indicates that the user must enter at least 5 characters and no more than 20 characters inclusive into the field
- isOkChars[charset] - indicates that the user must enter acceptable characters (defined by you) into this field.
- {errMsg} - the error message (defined by you) to be displayed to the user
Other field types include: textarea, password, select and select-m (for multiple select lists), checkbox and checkbox-g (for checkbox groups), radio and radio-g (for radio groups) and finally, files. |
|

|
 |
 |
| Click here to purchase your copy now! |
|
|
 |
295 Users have rated it with an average rating of 7.5 out of 10
         
|
"Already got the Extension?" - Then please tell others what you think by rating it!
|
|
|
|