< All Topics
Print

Page Template – Contact

Contact Template

Contact template will let you add google maps, also inserted contact form template to the page. You can copy the template in admin panel > contact > contact form.

In this page you will see 5 tab section in Contact Template option.

Contact Form HTML Markup

<p class=”name col-md-6″>
<label>Your Name (required)</label>
[text* name]
</p>
<p class=”email col-md-6″>
<label>Your Email (required)</label>
[email* email]
</p>
<p class=”telephone col-md-6″>
<label>Telephone</label>
[tel telephone]
</p>
<p class=”subject col-md-6″>
<label>Subject</label>
[text subject]
</p>
<p class=”message col-md-12″>
<label>Your Message</label>
[textarea message]
</p>

<p class=”col-md-12″>
[submit class:button-normal “Send Message”]
</p>

result
Table of Contents