Contact Page

The Contact Page is built with WPBakery or Elementor. The contact form inside is using the Contact Form 7 with these codes

<div class="st-contact-form st-border-new"><h3>Send a message</h3><div class="mt30"><div class="row"><div class="col-md-6"><div class="form-group"> [text your-name id:name class:form-control placeholder "Your name*"] </div></div><div class="col-md-6"><div class="form-group"> [tel your-phone id:phone class:form-control placeholder "Phone number"] </div></div></div><div class="row"><div class="col-md-12"><div class="form-group"> [email* email-139 id:email class:form-control placeholder "Your email*"] </div></div></div><div class="form-group"> [textarea message id:message class:form-control placeholder "Message"] </div><div class="st-button-subbmit">[submit class:btn class:text-center class:btn-v2 class:btn-primary "Submit"]</div></div></div>

Last updated