Validation rule challenge


Badge +6

Hello! I have a question that is required to be completed if the submission is a certain type of job. If the job is a "Logo Request for Sponsorship" then the submitter must answer "How the logo will be used". When I test it, I'm answering the question yet form is failing. Thoughts?


6 replies

Badge +16

please screenshot your validation rule

Badge +9

Hi Jennifer Smith,

Use Runtime function "isNullOrEmpty" with named control name.

            204807_pastedImage_7.png                              204806_pastedImage_6.png

204795_pastedImage_1.png204804_pastedImage_4.png

Add your condition to the rule and check it.

Thanks,

Lakshmi Narayana C

Badge +6

Thank you. That worked. It seems that everything I think I need to do a certain way, I actually need to negate what I thought.

Badge +6

Similar to this issue; can I do a validation rule on a panel of questions? The panels don' t show in my named controls to apply the same logic as above that worked for the individual question?

Badge +16

You will have to apply the rule on each control inside the panel - cannot validate the panel itself.

Badge +6

ok thank you

Reply