Validations

A validation is a check to ensure that control value data meets certain criteria.

Create a Validation

  1. Log into the WebUI through your DynamicRelay instance.
  2. Click on the Forms link on the top menu.
  3. Click on the Builder button on the line of the form you want.
  4. Select the control you want to add a Validation to and click on the + button in the top-right.
  5. Click on the Validation button on the right-hand Properties Window.
    1. Note - To create validations the control must have been saved to the form previously. If the validation button is not visible: save the form and re-open it.
  6. Click on the Save Changes button.

Function

Function field is the type of logical check that will be done against this control's value.

Equation

This is the value you want to use for the logical check.

Error

Error field is the text message that will be displayed to the user when the Validation fails.

On-Submit

Enforce

Helpful Information