Conditional field NOT equal to multiple values
-
I want to show a drop-down list of countries and select their states from another drop-down list.
I created a group of “Country” listing 100 country names
[select* Country “A” “B” ….. “Z”]But I have the state info for only 2 of these 100 countries, specifically country “A” and “B”.
So I created a group “A-states” list for country “A”
and created a group of “B-states” list for country “B”In the conditions, I have added
If Country equal to value=A, then show A-states
If Country equal to value=B, then show B-statesThe form shows the states correctly if I select country A or B
What do I need to add in the form and in the conditional field to allow user to type in the state for the other 98 country besides “A” or “B”?
I added another group
[group state]
[text state]
[/group]I tried using condition
If Country not equal to value=A, then show states
If Country not equal to value=B, then show statesBut the form is showing incorrectly.
Any help is most appreciated.
- The topic ‘Conditional field NOT equal to multiple values’ is closed to new replies.