Validations

<< Click to Display Table of Contents >>

Navigation:  NITRO™ Forms > Right-side Pane >

Validations

A video tutorial on Validations is here. Note that Validations apply only to columns, not tabs or sections.

 

Validations are an important step in ensuring accuracy and saving time in the business environment. You might need to validate that there is an email address being entered into the form, or you might need to verify that there is information being added with certain conditions. With the right validation, all these issues can be covered.

 

Validations can be set on Columns that are text, numbers, or currency. However, the Validations can work like this:

 

A Validation could be dependent on a Condition -- a value in one column can affect what is valid in another column. For example, say you have a choice column named "Account Type" with  the choice of Company or Person, along with a text column named "Tax ID". The Validation of the "Tax ID" column would use a Condition where if "Account Type equals Company", the valid format of the Tax ID is xx-xxxxxxx, but if the "Account Type equals Person", the valid format of the Tax ID would be xxx-xx-xxxx.

 

Another example is a Validation where "Resolution" cannot be empty if "Status equals Closed". This makes sure that some text goes in the Resolution column when a request or ticket is marked "closed" and saved. This Validation would go on the "Resolution" column with the Condition of "Status equals Closed" -- this makes it so that the Validation is only evaluated when that condition of "Status equals Closed" is met.

 

Validations for Multiple Columns

The NITRO Forms Designer has a feature to set validations for multiple columns at once. See Column Validations.

 

 

Setting up a Validation

 

To set up a validation, first select the column that requires validation in the NITRO Forms Designer.

 

Selecting the column will activate the Column Settings pane on the right side of the screen. In this pane, you will see General Settings, Permissions, and Validations.

 

Click on Validations and a menu will drop down giving you the option to add a new validation by clicking on the "Add” button. Below this, there is a window that shows existing validations for this column.

 

clip0609

 

After clicking “Add”, the Configure Column Validation screen will appear. Name the new Validation, select the validation type, either “pattern”, Length, or “Value”, define your pattern and validation value, and error message.

 

clip0610

 

Follow the steps below:

 

1.Enter a name for this Validation into the “Validation Name” field

2.Choose Validation Type, “Pattern”, “Length”, “Value”

3.If you chose Pattern, define the pattern using regular expressions. There are several predefined patterns for use or create your own custom pattern.

a.If you choose “custom” pattern, define the value in the “Validation Value” field.

b.To learn more about regular expressions, click here: https://www.regular-expressions.info/

4.Enter your desired error message

5.Choose to whom you want this Validation to apply. Either Everyone or define a user or group of users.

6.Define Conditions or leave blank to have it be applied for all conditions.

7.Hit “Ok” in the Configure Column Validation window and then the Apply button in the right-side pane.

8.Publish the form.

 

To see this in action as well as a few examples,  see our Validations tutorial video here.