Group Not Displaying after Activion
-
I have a frustrating issue with a group not displaying on the front end after the activing [in this case -select- field] is selected.
Here’s the CF7 text:
<div class="col-lg-12"> <div class="form-group"> <label for="contact-message" class="custom-font-family font-weight-medium">Do you want to know about delivery to your site/location?</label> [select delivery-opt-in id:contact-message class:form-control label_first_as_label "-- Please select an answer --" "Yes please" "No thank you"] </div> </div> [group delivery-address] <div class="col-lg-6"> <div class="form-group"> <label for="contact-name" class="custom-font-family font-weight-medium">Address Line 1 </label> [text address-1 id:contact-name class:form-control class:line-height-lg] </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for="contact-name" class="custom-font-family font-weight-medium">Address Line 2 </label> [text address-2 id:contact-name class:form-control class:line-height-lg] </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for="contact-name" class="custom-font-family font-weight-medium">Address Line 3 </label> [text address-3 id:contact-name class:form-control class:line-height-lg] </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for="contact-name" class="custom-font-family font-weight-medium">Post Code </label> [text postcode id:contact-name class:form-control class:line-height-lg] </div> </div> [/group]and the CF7CC:
show [delivery-address] if [delivery-opt-in] equals “Yes please”
Any help would be much appreciated.
Using the Conditional Fields plugin on lots of sites and haven’t had this issue before.
Checking for script and php errors, nothing found.Cheers
PaulThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Group Not Displaying after Activion’ is closed to new replies.