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 Builder for Contact Form 7 plugin.
Contact Page
<div class="row">
<div class="col-xs-12 col-md-6">
<span>Your Name *</span> [text* your-name placeholder "Full Name"]
</div>
<div class="col-xs-12 col-md-6">
<span>Your Email address *</span> [email* your-email placeholder "E-mail Address"]
</div>
<div class="col-xs-12 col-md-6">
<span>The Subject</span> [text your-subject placeholder "Subject"]
</div>
<div class="col-xs-12 col-md-6">
<span>Your Phone number *</span> [tel phone-number placeholder "Phone Number"]
</div>
<div class="col-xs-12">
<span>Message *</span> [textarea* your-message placeholder "Type your message..."]
</div>
<div class="col-xs-12 d-flex mt-10">
[submit class:btn class:btn-primary placeholder "Send Message"]
<p class="info-text">Fields with a * are required</p>
</div>
</div>
Request An Estimate (homepage)
<div class="request-quote-form">
<div class="row">
<div class="col-xs-12 col-md-6">
[text* your-name placeholder "Your Name"][email* your-email placeholder "Your Email"][select service "Landscape Maintenance" "Enhancements Services" "Irrigation Service" "Snow Removal" "Other Services"]
</div>
<div class="col-xs-12 col-md-6">
[textarea your-message placeholder "Your Message"]
</div>
<div class="col-xs-12">
[submit "Request a Quote"]
</div>
</div>
</div>
Schedule an Appointment
<div class="row">
<div class="col-xs-12 col-md-6">
<span>Your Name</span> [text* your-name placeholder "Full Name"]
</div>
<div class="col-xs-12 col-md-6">
<span>Your Address</span> [text* your-address placeholder "Address"]
</div>
<div class="col-xs-12 col-md-6">
<span>Your Email address</span> [email* your-email placeholder "Email address"]
</div>
<div class="col-xs-12 col-md-6">
<span>Your Phone Number</span> [tel* your-phone placeholder "Phone Number"]
</div>
<div class="col-xs-12 col-md-6">
<span>Date of Appointment * </span> [date the-date]
</div>
<div class="col-xs-12 col-md-6">
<span>Time of Appointment *</span> [select* the-time "08:00 AM" "09:00 AM" "10:00 AM" "11:00 AM" "12:00 AM" "01:00 PM" "02:00 PM" "03:00 PM" "04:00 PM" "05:00 PM" "06:00 PM"]
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
<span>I am interested in:</span>
[checkbox services use_label_element "Lawn & Garden Care" "Planting & Removal" "Irrigation & Drainage" "Snow & Ice Removal" "Spring & Fall Cleanup" "Stone & Hardscaping"]
</div>
<div class="col-xs-12 col-md-6">
<span>Additional Message</span> [textarea extra-message placeholder "Write your message"] [submit class:btn class:btn-primary placeholder "Make Appointment"]
</div>
</div>
Ask a Question
<div class="ask-a-question-form">
<div class="row">
<div class="col-xs-12 col-md-6">
[text* your-name placeholder "Full Name"]
</div>
<div class="col-xs-12 col-md-6">
[email* your-email placeholder "E-mail Address"]
</div>
<div class="col-xs-12">
[textarea* your-message placeholder "Message"]
</div>
<div class="col-xs-12">
[submit class:btn class:btn-primary class:center-block placeholder "Send Us Your Question"]
</div>
</div>
</div>