Validation Tab
#
Unique Value#
Unique valueValidate input value against previously submitted data.
#
Unique field validation messageDisplayed error message text if unique value validation fails.
#
Length#
Minimum lengthSet the minimum allowed length in characters.
#
Minimum length error messageSet the error message if the length is too short.
#
Maximum lengthSet the maximum allowed length in characters.
#
Maximum length error messageSet the error message if the length is too long.
#
Regular Expression#
Validation RegExValidate with custom regular expression.
tip
You can use the regexr online service for quick access to a huge library of expressions.
#
Validation error messageDisplayed error message text if regex validation fails.