Forms (Contact,Subscribe)

In this section, we included all the forms that are used in the theme. All form templates are Contact Form 7 Plugin and Subscribe Form use from MC4WP: Mailchimp for WordPress Plugin. We also encourage you to actively use the below.

Content of Elements In this page

Contract Form
Subscribe Form

Contract Form

Here is the Contact Form 7 template form for the Contact page. We use contact Style Of our theme

<div class="row">
<div class="col-lg-6 col-md-6">
<div class="twr_form_box">
[text* text-30 class:form-control placeholder "Name*"]
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="twr_form_box">
[email* email-380 class:form-control placeholder "Email*"]
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="twr_form_box">
[number* number-19 class:form-control placeholder "Phone*"]
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="twr_form_box">
[text* text-30 class:form-control placeholder "Subject*"]
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="twr_form_box ">
[textarea* textarea rows:6 class:form-control placeholder "Message/Comment"]
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</div>

Copy the code and paste you contact form area

Step 1

Step 2

Subscribe Form

<p>
<input type="email" name="EMAIL" placeholder="Enter your email address" required />
<button type="submit" value="Subscribe">
<span>Subscribe</span>
</button>

</p>
<p>
<input type="email" name="EMAIL" placeholder="Your email address" required />
<button type="submit">
<i class="fa fa-send"></i>
</button>
</p
<div class="mc4wp-form-fields">
<div class="witr_mail_From">
<p>
<input type="email" name="EMAIL" placeholder="Your Email" required="">
<button type="submit" value="Subscribe">
<span>Subscribe</span>
</button>
</p>
</div>
</div>

Copy the shortcode and paste the shortcode in element area

Step 1

Step 2

Looking for help? Contact Support