A validation is a check to ensure that control value data meets certain criteria.
Forms
link on the top menu.Builder
button on the line of the form you want.Validation
to and click on the +
button in the top-right.Validation
button on the right-hand Properties Window.
Save Changes
button.Function field is the type of logical check that will be done against this control's value.
This is the value you want to use for the logical check.
Error field is the text message that will be displayed to the user when the Validation fails.
On-Submit
Option = FALSE than the validation will run as soon as the control value is entered.On-Submit
Option = TRUE than the validation will run when the form is submitted.Enforce
Option = FALSE than the user will be able to submit forms with data that does not pass the validation.Enforce
Option = TRUE than the user will be not able to submit forms with data that does not pass the validation.