How to create form with MailChimp

Sometimes users prefer using  MailChimp form instead of default form that goes in the theme. It makes easiest possibilities to manage subscribers for admin: subscriber's contacts storage, letter sending and other control actions, so you can easily integrate this form in the theme.

 

1. Once you install a plugin, create a form with it, e.g:

2. Copy a shortcode of created form.

 

3. Paste the form shortcode in Customize>Subscribe panel

If you want MailChimp form look the same as our default subscribe form, then use this code for the form: 

<div class="form-subscribe subscribe-form es_shortcode_form"> <input type="email" name="EMAIL" placeholder="Your email address" /> <button type="submit" class="btn btn--primary subscr-btn es_submit_button">Subscribe</button></div>