Jasy – Theme Documentation

Contact Form

Contact Form

Here is the Contact Form 7 template and source code for the Contact form.

To edit this form go to Contact> then edit your targeted form

<h3 class="faq-form-title">Ask Your Question</h3>
<div class="row">
	<div class="col-lg-6 col-md-6">
	   <div class="form-group">
		[text* cn-name class:form-control placeholder "Name"]
	    </div>
	</div>
							
	<div class="col-lg-6 col-md-6">
	    <div class="form-group">
		[email* email-cn class:form-control placeholder "Email"]
            </div>
	</div>
							
	<div class="col-lg-12 col-md-12">
	    <div class="form-group">
		[text* cn-subject class:form-control placeholder "Subject"]
	    </div>
	</div>
							
	<div class="col-lg-12 col-md-12">
	    <div class="form-group">
		[textarea* textarea-cn class:form-control placeholder "Message"]
	    </div>
	</div>
<div class="col-lg-12 col-md-12">
[acceptance acceptance-737] By checking this, you agree to our <a href="https://themes.jibdara.com/jasy/terms-conditions/">Terms </a> and <a href="https://themes.jibdara.com/jasy/privacy-policy/">Privacy policy</a> [/acceptance]
</div>						
	<div class="col-lg-12 col-md-12">
	   <button class="btn custom-btn-three" type="submit">Send Message</button>
	</div>
</div>