linda2221
4 days agoQrew Member
dynamic form rules
I have a form that has 4 sections, that I want to hide or show, based on the selections from two dropdowns.
Conditions:
If dropdown 1 = "Approval" & dropdown 2 = "A" OR "B" then hide sections 2,3
If dropdown 1 = "Approval" & dropdown 2 = "C" then hide sections 2,3 and show section 4
If dropdown 1 <> "Approval" & regardless of the value in dropdown 2, I would like it to hide sections 2, 3, 4
How can I do this? by the time it gets to the third rule, it shows all the sections.