Is there a way to Make a Field in a form Required based on the value of another field...
ex.
If Question 1 is Yes -- Question 2 is Required
If Question 1 is No -- Question 2 is NOT required.
Solved! Go to Solution.
selected(${question},"Yes")
selected(${question},"Yes")
To add to that, make the second question required and put the formula in either the "Relevant" column or the "body::esri:visible". It will only show the question when the requirement is met and then a response will be required.
Fantastic.... Thank you