Hey guys, I posted in the Contact Form 7 forum to figure out why my contact form is giving me this weird error.
It shows up with “This field is required.” even if those fields are already filled out. Is there any way you can send me the code I am suppose to use?
This is what I am currently using:
<div class=”row mb-0″>
<div class=”col-md-6″>
[text* your-fname class:form-control placeholder “First name”]
</div>
<div class=”col-md-6″>
[text* your-lname class:form-control placeholder “Last name”]
</div>
<div class=”col-md-6″>
[email* your-email class:form-control placeholder “E-mail”]
</div>
<div class=”col-md-6″>
[text* company-name class:form-control placeholder “Company Name”]
</div>
<div class=”col-md-6″>
[text* your-number class:form-control placeholder “Phone”]
</div>
</div>
<div class=”position-relative”>
[textarea* your-message class:form-control placeholder “Write your message, please include your industry”]
</div>
<div class=”contact-button”>
[submit class:btn-primary placeholder “Send Message”]
</div>
I understand I made some changes, but I forgot to save my default Bluishost Contact Form. Please send advice or the original contact form template options.