Validation properties are used to restrict entries to specified ranges, values, or characters. This ensures that users enter the appropriate data for a specified form field. You can also use custom Java Scripts to define other types of validation, such as allowing only alphabetic entries in a form field.

You can choose from the following validation options:

  1. To specify a numeric range for form fields using number or percentage formats, select Field Value Is From…To….
  2. To run a JavaScript for custom validation, check Validate field value and select Run Custom Validation Script. Click Edit and it pops up JavaScript Editor dialog box to let you edit custom code.

Validation Options