Skip to main content
Nintex Community Menu Bar

Nintex form validation issue

  • September 18, 2020
  • 1 reply
  • 40 views

Forum|alt.badge.img+2

Hi,

 

I have five number fields on the Nintex form and each will take a value between 0 and 10. I need to incorporate two validations before the form is saved. 

 

  • The total from the five number fields must not exceed 10
  • At least one field must have 5 or more. 

How can I incorporate these validations on a SharePoint list form that is customized using Nintex Forms?

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • September 22, 2020

Hi,

 

I have attached a responsive form to demonstrate this.

Basically I used the control validation to make sure you can only use 0-10 in each control.

Then created a rule that adds up all the controls to test if they exceed 10.

Then created another rule which checks each control to see if they are less than 5.  If they are all less than 5 an error message is shown.