• Resolved abufoysal

    (@abufoysal)


    I am working with Conditional Fields Contact Form 7. I would like to load values of a Drop down list based on value of another drop down list. My Code is like below

    <label> Division*
    [select division first_as_label “Choose your Division” “BARISHAL” “CHITTAGONG” “DHAKA” “KHULNA” “MYMENSINGH” “RAJSHAHI” “RANGPUR” “SYLHET”] </label>

    <label> District*
    [select district first_as_label “Choose your District”
    [group disrtict]
    “BARISHAL” “BARGUNA” “BHOLA” “JHALAKATHI” “PIROJPUR” “POTUAKHALI”] </label>
    [/group]

    But this is not working.

    • This topic was modified 5 years, 3 months ago by abufoysal.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Related Drop down list’ is closed to new replies.