Is there a way to make a field required based on if any of previous questions is a certain value? For instance, I have 10 or so questions on a form that have the choice of "OK" or "Issue" to select from. Can I have a comment field at the bottom of the form be required if any of those 10 questions are answered with "Issue"?
Solved! Go to Solution.
You can accomplish this in Nintex Forms using a Validation rule on the Comments control. Here are the steps:
Awesome! Got it to work, although for some reason I had to take out the "equals" in the code. Otherwise worked like a charm. Thanks!