Contact Page








Last updated
Was this helpful?
Was this helpful?
<div class="row">
<div class="col-md-6 col-sm-12 mb-4">
[text* your-name placeholder ="Name *"]
</div>
<div class="col-md-6 col-sm-12 mb-4">
[email* your-email placeholder ="Email *"]
</div>
<div class="col-sm-12 mb-4">
[textarea your-message 40x8 placeholder ="Message" ]
</div>
<div class="col-sm-12 mb-4">
<button id='submit' type="type" class='wpcf7-form-control wpcf7-submit button-skew button-primary'><span>Send</span></button>
</div>
</div>