Online
Manual / Configuration
Files / Validating e-mail
address fields.
Command:
validateEmail
Usage:
Allows
you to specify which fields must be filled out with a valid e-mail address.
Arguments:
- page="<form
page number>"
Specify the form page that contains the e-mail fields.
- value="<field
name1, field name2, ...>"
Specify the fields that the user must fill out a valid e-mail address.
Seperate each field with a comma.
Example:
| validateEmail page="1"
value="Customer Service E-mail, Technical Support E-mail" |
This example shows how to setup the script to require the user to enter
a valid e-mail address for Customer Service E-mail and Technical Support
E-mail.
|