Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › contact form › Reply To: contact form
August 18, 2017 at 7:23 am
#19686
Keymaster
Hello
Thank you so much for using our theme. Please replace the code of contact form 7 with the below codes, it will solve the problem. Let us know if the problem is solve or not. For more help, see this screenshot.
<div class="form-group">
<div class="col-sm-4">
<p>Your Name (required)<br />
[text* your-name] </p>
</div>
<div class="col-sm-4">
<p>Your Email (required)<br />
[email* your-email] </p>
</div>
<div class="col-sm-4">
<p>Subject<br />
[text your-subject] </p>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<p>Your Message<br />
[textarea your-message] </p>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<p>[submit "Send" class:btn class:btn-primary class:outline-outward class:banner-btn class:init-animate class:fadeInUp]</p>
</div>
</div>
Hope, this will solve the problem.
Regards