Deployment Guide

290 | Configuration Dell Networking W-ClearPass Guest 6.3 | User Guide
To match against a list of options used for a drop-down list or set of radio buttons, you can use the IsInOptionsList
validator.
Example 3 To create a form field that validates U.S. social security numbers using a regular expression, use the
following settings in the form field editor:
Notice that the regular expression used here includes beginning and ending delimiters (in this case the / character), and
ensures that the whole string matches by the start-of-string marker ^ and the end-of-string marker $. The construct \d is
used to match a single digit. Many equivalent regular expressions could be written to perform this validation task. See
"Regular Expressions" on page 530 for more information about regular expressions.
Advanced Form Field Properties
The Advanced Properties control certain optional form processing behaviors. You can also specify JavaScript
expressions to build dynamic forms similar to those found elsewhere in the application.
On the Customize Form Fields page, select the Show advanced properties check box to display the advanced
properties in the form field editor.
The Conversion, Value Format, and Display Function options can be used to enable certain form processing
behavior. See "Form Field Conversion Functions" on page 526 and "Form Field Display Formatting Functions" on page
526.