Checkbox do not show extra field
-
Hello,
I set a checkbox field which – if checked – should show a dropdown selection. Contact Form 7 does not report errors, but the code doesn’t work.
Since the site is localhost, I copy here the code:
<label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> [checkbox service-interest use_label_element "Are You Interested in Our Services?"] [group group-services] [select* dropdown-services include_blank "Drone Operations" "Consultancy" "Training" "Mainteinance"] [/group] <label> Subject [text your-subject] </label> <label> Your Message [textarea your-message] </label> [wpgdprc "By using this form you agree with the storage and handling of your data by this website."] [submit "Send"]
The conditional field is:
if service-interest equals to yes then show group-services
Could you please help me solving this issue? Thanks.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkbox do not show extra field’ is closed to new replies.