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 -> Mailchimp for WP -> Forms. On this page, you can see an example of the form’s code that used for our demo website. In this article, you can take our custom code for the form to make it look inline like most of our demos.

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

Sign in

No account yet?