You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The Duplicate Value Validator can be used to prevent duplicate value and to enforce an input format.

Figure 1: Configuration tab for Duplicate Value Validator

Example:

Implementing validation on field "phone" to make it as:-

  • Mandatory,
  • unique,
  • and adhere to certain format using regular expression.


Figure 2: Sample form


Figure 3: Sample configuration


Figure 4: Sample error on form

  • No labels