|
You can choose one of the following validation types to validate data
that users enter on the add/edit page. If field value doesn't match
defined format, web page users will see message box saying what need
to be changed. Here is a sample message box:

List
of validation types
Credit Card - valid
credit card number.
Currency -
numeric value. Decimal point is allowed. Examples: 13, 24.95, ...
Date - any
valid date format that match regional settings.
Email - field
value should be a valid email address.
Number - field
value should be a number.
Password - password field
cannot be blank, cannot be 'Password' and should be at least 4
characters long.
US Phone Number -
numbers, spaces, hyphens, and parenthesises are allowed. Examples:
(123) 456-7890, 123 456 7890, 123 4567, ...
US SSN -
nine digit US social security number. Valid formats: 123-45-6789 or
123 45 6789
US State - this
field should be two letter US state abbreviation. Examples: AK, AL,
CA, MN, ...
US Zip Code -
five or ten digit number. Valid formats: 12345, 12345-6789 or 123456789
|