In This We Show you How you Will Create Contact Form.
Here Is the Markup For Contact Form. Copy The Code Paste It In Your Contact Form 7. It will Generate A Shortcode For Contact Form.
<div class="row">
<div class="col-lg-6">
[text* fname class:theme-input-style placeholder "Your Name"]
</div>
<div class="col-lg-6">
[email* email class:theme-input-style placeholder "Your Email"]
</div>
<div class="col-12">
[text* subject class:theme-input-style placeholder "Subject"]
</div>
<div class="col-12">
[textarea* message class:theme-input-style placeholder "Write Message Here"]
</div>
<div class="col-12">
<button type="submit" class="btn btn-fill wpcf7-submit"><span>Submit</span></button>
</div>
</div>
Copy The Shortcode And Paste It In Our Contact Form Widget. It Will Look Like The Bottom.
Recent Comments