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>