Form Field Conditional Logic w/ Multiple Values
-
I am trying to set up a form field that only displays when it meets a set of criteria. I am able to do some basic conditional logic, but am hoping someone can help me get the functionality I am after.
I have a text field that should only show up on the form when the following conditions are met:
1)A drop down option of a certain field is selected (got this part, no issue here)
2)Neither of two options are selected from another drop down. This drop down is a list of states, and I want to make sure that neither CA or AZ are selected. If either of those two states are selected, the subsequent field should not be displayed.I have the condition menu set to “Match all conditions” and the first condition set up fine. However, it seems that the conditions menu only allows one of each field source. So I can’t add two conditions like
“Your State -> Not Equals -> CA” and
“Your State -> Not Equals -> AZ”
because it just deletes one of the fields leaving only one. I also can’t seem to do
“Your State -> Not Equals -> CA, AZ” as this has no effect. Anyone able to help me get this working?
- The topic ‘Form Field Conditional Logic w/ Multiple Values’ is closed to new replies.