Home Forums WoodMart support forum Recover Contact Form as Demo Reply To: Recover Contact Form as Demo

#71556

Hello,

Here is the code of the form:

<div class="row">
<div class="col-md-6" style='margin-bottom:20px;'><label>Your Name</label>[text* your-name]</div>
<div class="col-md-6" style='margin-bottom:20px;'><label>Your Email</label>[email* your-email]</div>
</div>
<div class="row">
<div class="col-md-6" style='margin-bottom:20px;'><label>Phone Number</label>[tel tel-767]</div>
<div class="col-md-6" style='margin-bottom:20px;'><label>Company</label>[text text-1]</div>
</div>

<p><label>Your Message</label>[textarea your-message]</p>

<p>[submit class:btn-color-black "ASK A QUESTION"]</p>

Here is the layout of the contact page template: http://prntscr.com/kfsjww

Best Regards