Hello All,
I am working on a making a field required based on a drop down selection.
I have a drop down with 6 items in it, if the user selects "Disagree" or "Strongly Disagree" from this drop down then I want to require comments.
I have two validation formulas I have tried they are as follows:
contains(JobPerfQuest, 'Disagree')
and
JobPerQuest=="Disagree" || JobPerfQuest=="Strongly Disagree"
They only halfway work though. The form is STILL throwing an error even if I enter comments when selecting one of these options.
Any assistance is greatly appreciated!!!