Form Validation
OSPROV Form Builder provides several validation options to ensure data quality. Validation helps prevent submission of incomplete or invalid data, improving the overall quality of information collected through your forms.
Validation Types
Form Builder supports two main types of validation:
- Field-Level Validation - Validation rules applied to individual fields
- Form-Level Validation - Validation rules that involve multiple fields or the entire form
Configuring Validation
To configure validation for a component:
- Select the component on the canvas
- Navigate to the Validation tab in the settings panel
- Enable the desired validation rules
- Set custom error messages if needed
Validation rules are checked when the user attempts to submit the form. If any validation rules fail, the form submission is prevented and error messages are displayed to guide the user in correcting the issues.