Skip to main content

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?

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.


Reply