The Duplicate Value Validator can be is used to prevent duplicate value values and to enforce an input format.
Figure 1: Configuration tab Tab for Duplicate Value Validator
...
Implementing validation on the Phone field "phone" to make it as:-
- Mandatory,mandatory
- unique,
- and adhere to certain a specific format using a regular expression . (To learn more about on Regular Expression, please visit at http://www.regular-expressions.info/
)
Figure 2: Sample formForm
Figure 3: Sample configurationConfiguration
Figure 4: Sample error Error on formForm