• Resolved kida18

    (@kida18)


    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)
  • Thread Starter kida18

    (@kida18)

    Actually, I’ve rebuilt the whole thing and now it’s working ??

    But I have another question.

    When choosing select boxes, if the choice is unique, then we have the blue validation appearing when making a choice. But when there can be multiple answers, we don’t see what’s been selected.

    See:
    https://imgur.com/lgR3Ml7 : When only one choice is possible
    https://imgur.com/NUtIWI2 : 2 choices are actually selected but we don’t see it(Zumba Strong and Zumba Kids)

    How could I make the blue validation appear on multiple choices too?

    Thread Starter kida18

    (@kida18)

    And one last thing…how do you built the email message for the conditional fields?
    Since this is dynamic, how can I see only the one answered to?

    Plugin Author Jules Colle

    (@jules-colle)

    question 1: OK great!
    question 2: this looks like a CSS problem in your theme. Your theme doesn’t support proper display of multiple select boxes. Please contact the theme author to fix this.
    question 3: You can do that like this

    [Plan][Planguenoual][/Plan]
    [Bre][Brehand][/Bre]
    [Val][Val-Andre][/Val]
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional works only on first choice’ is closed to new replies.