Set Validation Rules
Introduction
Validation rules are used to ensure that user-input data meets expectations.
Where to Set Field Validation Rules
Configure Validation Rules for Collection Fields
Most fields support the configuration of validation rules. After a field is configured with validation rules, backend validation is triggered when data is submitted. Different types of fields support different validation rules.
- Date field

- Number field

-
Text field
In addition to limiting text length, text fields also support custom regular expressions for more refined validation.

Frontend Validation in Field Configuration
Validation rules set in the field configuration will trigger frontend validation to ensure user input complies with the regulations.


Text fields also support custom regex validation to meet specific format requirements.


