• I’m getting the following errors . . . Can anyone help?

    (configuration error) Multiple form controls are in a single label element.
    !(configuration error) Unavailable names (“name”) are used for form controls.

    Contact form 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 ‘Contact Form errors’ is closed to new replies.