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