Conditional works only on first choice
-
Hello there,
I have a select option with 3 choices, each choice bringing a new select option.
The problem is that only one of the option opens the second select, the others are not working.Actuellement, vous le pratiquez à : [select Localit include_blank "Planguenoual" "Bréhand" "Pléneuf Val-André"] [group Plan] [select* Planguenoual "Jeudi 18h" "Jeudi 19h15"] [/group] [group Bre] [select* Bréhand "Mardi 18h" "Mardi 19h15"] [/group] [group Val] [select Val-André "Lundi 20h" "Mardi 19h"] [/group]
And on the conditional field page:
if [Localit] equals "Planguenoual" then show [Plan] if [Localit] equals "Bréhand" then show [Bre] if [Localit] equals "Pléneuf Val-André" then show [Val]
But only the first option works (if [Localit] equals “Planguenoual” then show [Plan])
Any idea why?
Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conditional works only on first choice’ is closed to new replies.