Help with configuration errors
-
Hi there
My form is no longer working and I can’t see to get to the bottom of why.
I am gettingthe following notifications on ‘Form’ tab of Contact forms in the back end of WP …
2 configuration errors detected in this tab panel
Multiple form controls are in a single label element.
!(configuration error) Unavailable names (“name”) are used for form controls.I’m sure someone here will spot it immediately … here is the code …
<div class="container appear"> <div class="row"> <div class="col-xs-12"> <label>Your details</label> <div class="row"> <div class="col-sm-6"> [text* name placeholder "Name"] </div> <div class="col-sm-6"> [email* email-address placeholder "Your email address"] </div> </div> <div class="row"> <div class="col-sm-6"> [tel* tel-692 placeholder "Contact Number"] </div> <div class="col-sm-6"> [text* homeowner placeholder "Are you a housebuilder or a homeowner?"] </div> </div> <div class="row"> <div class="col-xs-12"> [textarea message placeholder "Message"] </div> <div class="row"> <div class="col-xs-12"> <label class="check-container"> <p>We would like to occasionally send you communications via email to keep you up to date with the latest news, blogs and information from MME. Please confirm if you would like us to contact you by checking the box. You can unsubscribe at any time.</p> [radio radio-763 use_label_element "Yes, you can contact me" "No, please do not contact me"]</label> </div> </div> <div class="row"> <div class="col-xs-12"> [submit "SUBMIT"] </div> </div> </div> </div> </div>
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Help with configuration errors’ is closed to new replies.