This Contact Form 7 Boilerplate will help you to reduce the time to configure a Contact Form 7 WordPress plugin. You can use this Boilerplate to setup contact form 7 for a generic form to collect Name, Phone, Email and Message from a users. This will work on most small business website. Please note that this html using bootstrap css so it only work on theme wit Bootstrap css enabled.
<div class="row"> <div class="col-sm-4 col-xs-12"> [text* your-name placeholder "Enter your name"] </div> <div class="col-sm-4 col-xs-12"> [text your-phone placeholder "Enter your phone"] </div> <div class="col-sm-4 col-xs-12"> [email* your-email placeholder "Enter your e-mail"] </div> <div class="col-xs-12 col-sm-12"> [textarea* your-message placeholder "Write message"] </div> <div class="col-xs-12 col-sm-12"> [submit class:center "Send Message"] </div> </div> From: Company Name <no-replay@yourdomain.com> Subject: Contact Form Entry [your-name] Headers: Reply-To: [your-email] <h2>Contact Form Entry from [your-name]</h2> Hi, There is a new leads from website with following details, <hr> Name: [your-name] Phone: [your-phone] Email: [your-email] Message: [your-message] <hr> This is an Automatic mail from website.