Form templates

If you did not used the demo importer or lost a form template you can copy them from below and paste them to your form under the “Contact” admin tab.

Prefer to use drag and drop, without using code, to build your forms with the Contact Form 7 plugin? You can install the CF7 Blocks plugin.

Contact Page

<div class="row">
	<div class="col-12 col-lg-6">
		<label class="asteriks">What is your name</label>[text* your-name placeholder "Margret Paulson"]
	</div>
	<div class="col-12 col-lg-6">
		<label class="asteriks">Your Email Address</label>[email* your-email placeholder "margret@myemail.com"]
	</div>
</div>
<div class="row">
	<div class="col-12 col-lg-6">
		<label class="asteriks">Your Phone Number</label>[tel* your-phone placeholder "+31 123 456 7890"]
	</div>
	<div class="col-12 col-lg-6">
		<label>Your Address</label>[text your-address placeholder "333 Julian Morris Rd"]
	</div>
</div>
<div class="row">
	<div class="col-12">
		<label>I Want To Talk About</label>[select your-subject include_blank "Project Inquiry" "Request a Quote" "General Questions" "Project Feedback"]
	</div>
</div>
<div class="row">
	<div class="col-12">
		<label class="asteriks">Write Your Message</label>[textarea* your-message placeholder "Hi there, I have a question about..."]
	</div>
	<div class="col-12 d-flex justify-center">
		[acceptance your-acceptance default:on] I agree to the <a href="#" class="qt-underline">Privacy Policy</a> and <a href="#" class="qt-underline">Cookie Policy</a> of this website. [/acceptance]
	</div>
	<div class="col-12">
		[submit class:fullwidth "Send Message"]
	</div>
</div>