How to add Mailchimp signup form

To create a subscription form as on our demo, you need to install MailChimp for WordPress plugin.  You can create a form in Dashboard -> MC4WP-> Form. On this page, you can see an example of the form code used for our demo website.

<div class="row wd-spacing-10">
  <p class="col">
    <input type="email" name="EMAIL" placeholder="Your email address" required />
  </p>
  <p class="col-auto">
     <input type="submit" value="Sign up"/>
  </p>
</div>

Then you can use our WPBakery or Elementor widget and display this form anywhere on your website. This element also gives you the ability to customize the form alignment, margins, paddings, and color schemes.

Sign in

No account yet?