Form Validators

Validators are configurable functions used to check whether an input value matches a specific criteria.

There are several validation options that can be used in the validators field:

Alpha Validator
Alphanumeric Validator
Email Validator
Max Validator
Min Validator
Max Length Validator
Min Length Validator
Number Validator
Required Validator
Same As Validator

Custom Validator

You can provide a custom validation function that will be applied on the value of the input using the custom validator.

Custom Validator