Data integrity is crucial for the success of any event. Ensuring that the information collected during the registration process is accurate, complete, and reliable is essential. Validation plays a key role in achieving this by enforcing rules and constraints on the data entered by users. This document explains how validation helps maintain data integrity in event registration forms.
To make a question required, just check the required checkbox
To make a question unique, just check the unique checkbox. This will check if somebody else has already entered that value.
For both numeric and date fields, you can define minimum and maximum values to ensure that the input falls within a specified range. This is useful for fields like age, ticket quantity, etc.
In the Logic tab, you can specify the Required If condition. You can specify an expression, and only if it evaluates to true, the field will be set as required.
Refer to our Calculation Engine to see how to setup the expression.
In the Validation tab you can create validators for the field. You can define two different type of validators:
A validator has to evaluate to true to allow the submission of a form.