I created an onboarding form in Nintex which I need to have a checkbox (outlined in the below) be required when the user changes the form status from Open to Completed.
Solved! Go to Solution.
Hi,
All that would be required would be to have a rule on the Check Box. In my rule "Status" is the name of the control which has the choice.
equals(Status,"Completed")
Please see my sample form attached if required.
I added that into a rule for the checkbox, but it doesn't make it required if the status equals Completed. It still allows me to save the form without checking it.
I wasn't able to open your example, but I've included a screen shot of the rule I setup as you recommended. Clearly, I am missing something. :)
Hi again,
Thanks for the clarification. I switched it to validation and then added an error message for users. It triggers appropriately on the form, but won't let me save it once I check the Yes box. Screen shot included.
Hi - below is a photo of the rule. When I tried to open your zip file it opened as an HTML and I couldn't decipher what it was saying.
The green check to the right of the rule name indicates it's associated with any controls selected on the left. If any field other than the checkbox is selected, it won't work (even if the checkbox is ALSO selected).
Try deleting the rule, then selecting the checkbox only, them recreating the rule.
Hello,
I was able to import your example; however, I still had the same issue with the form not saving even if I check the Yes box. You can see in the screen shot below that even when I select Completed for the Status and check the Yes box, it still shows as an error and won't save the form.