Home Forums Basel support forum CONTACT FORM IN BASEL THEME Reply To: CONTACT FORM IN BASEL THEME

#2983

Artem Temos
Keymaster

Hello,

Thank you for using our theme.

Sure, here you have this code

<div class="row">
<div class="col-md-6">
<p style="margin-bottom: 27px;"><label>Your Name (required)</label> [text* your-name] </p>

<p style="margin-bottom: 27px;"><label>Your Email (required)</label> [email* your-email] </p>

<p style="margin-bottom: 27px;"><label>Subject</label> [text your-subject]</p>
</div>

<div class="col-md-6">

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

</div>

</div>

[submit class:btn class:btn-color-white class:btn-style-bordered "SEND A MESSAGE"]

Regards