Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
MandatoryWhen checked, field value must be filled.
Type
  • Alphabet
  • Alphanumeric
  • Numeric
  • Email
  • Custom Regular Expression
Custom Regular Expression

Required when Custom Regular Expression is selected in the Type attribute above.

Info
titleInfo

Validation performed is case insensitive.

Code Block
titleSample Code
linenumberstrue
First letter being a-z or A-Z
Subequent letters can be anything. Must contains at least 1
[a-zA-Z]{1}.+
Regular Expression Case-sensitive Matching?This field will be displayed when Custom Regular Expression is selected in the Type attribute above.
Custom Error Message Shown When Validation FailMessage to show when validation fails.

...