Skip to main content

Afternoon all


 


I'm trying to put some validation on a checkbox so that a user can't submit unless it's ticked. I tried the formula below but it didn't work. Any formula to do this?


 


 


 


https://community.nintex.com/t5/Nintex-for-SharePoint/Checkbox-validation-rule-not-acknowledged-after-checking-the/td-p/114278

Hello Sutekh,


 


I had a similar question from a customer and solved it by adding following Formatting rule to the 'save'-button: isNullOrEmpty(NameOfYourCheckBox), then set the rule to disable the button.


 


Kind regards,


 


Jim


 


Reply