Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello! Apparently you have two different forms, where one is a simple form, and the other with form with checkbox … You have to see if it has no syntax error. Copy the code of the two forms here to see us.

    Checks tab mail has no syntax error in the boxes …

    If not, send the code of both the form and the mail tab the way ta for us to see. Flw!

    Thread Starter perdueosity

    (@perdueosity)

    I’ve checked everything and nothing seems to change the issue…

    Here is the code for the form that isn’t working:
    <div class=”darna-contact-form row”>
    <div class=”col-md-6″>
    [text* name id:name placeholder “NAME*”]
    </div>
    <div class=”col-md-6″>
    [text* phone id:phone placeholder “PHONE*”]
    </div>
    <div class=”col-md-12″>
    [email* email id:email placeholder “EMAIL*”]

    [text* address id:address placeholder “ADDRESS*”]

    Services you are interested in (Check all that apply)
    [checkbox services use_label_element “Roofing” “Gutters and Covers” “Exterior Painting” “Deck Remodel/Update” “Screened Porch” “Kitchen Remodel” “Bathroom Remodel” “Finishing Basement” “General Home Remodeling” “Other”]

    [textarea message id:message 4x placeholder “MESSAGE”]
    </div>
    <div class=”col-md-12″>
    [submit class:darna-button class:size-md class:style3 id:submit “SUBMIT”]
    </div>
    </div>

    and here is the code for the form that is working:

    <div class=”darna-contact-form row”>
    <div class=”col-md-6″>
    [text* your-name id:your-name placeholder “NAME*”]
    </div>
    <div class=”col-md-6″>
    [email* your-email id:your-email placeholder “EMAIL*”]
    </div>
    <div class=”col-md-6″>
    [text* your-phone id:your-phone placeholder “PHONE*”]
    </div>
    <div class=”col-md-6″>
    [text roof-age id:roof-age placeholder "APPROXIMATE AGE OF ROOF"]
    </div>
    <div class=”col-md-12″>
    [text* address id:address placeholder “ADDRESS*”]
    [textarea your-message id:your-message 4x placeholder “MESSAGE”]
    </div>
    <div class=”col-md-12″>
    [submit class:darna-button class:size-md class:style3 id:submit “SUBMIT”]
    </div>
    </div>

    Ok, good! Try adding before the values…

    Example:

    [text* your-name id:name placeholder “NAME*”]

    Choose the “Mail” tab and note that there are black and gray fields … The mail-tags fields that can be used.

    Note that the gray fields (in my case, work out) …

    Try to see if correct his error with the above example.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error Sending Message through Form on Site’ is closed to new replies.