All Collections
Features in motli
How do I use form field validations?
How do I use form field validations?

Use validations in forms to catch errors or interact more with forms.

Liz Splain avatar
Written by Liz Splain
Updated over a week ago

Forms are a great tool to capture and store data in molti.  But did you know you can set field validations to get more out of your forms?  Don't settle for just a plain old form, make them work for you!

Say you manage a team and have a lot of employees entering information.  Maybe you run an auditing department, and when a certain scenario comes up, you want your employees to escalate the issue.  You can let your form do the talking for you!

How to add a validation:

  1. Navigate to the Form page in the left side Navigation Menu.

  2. Open the Form you want to edit (or create a new one!).  You open a form by selecting it's name.

  3. On the Manage Form  page, find the field you want to display a validation.

  4. In this example we want to display an alert if exceptions were noted in the file.  Select the gear icon to open the Edit Form Field  window for the field where you want to display the validation.

  5. Toggle to the Validation  tab at the top of the Edit Form Field page.

  6. Create your validation using "IF", "OR", "AND", "THEN" statements.  For example, if the "Current Field" same as "Yes" then display "This report must be approved by a Senior Auditor".

    8. Select Apply .
    9. Then select Preview Form  to test your validation.

And there you go! Now you can build in validations or alerts to help your teammates!

❗ Also note, the validation options change depending on the "Data Type" you've set when you created the field.  Here are the options for each "Data Type":

  • Text: Same As, Not Same As, Contains, Starts With, Ends With

  • Number: =, ≠, <, >, <=, >=

  • Date and Time: Same As, Not Same As, Before, After, Before Or Same As, After Or Same As

Now go get validating!

Did this answer your question?