Mailchimp Form Structure

Mailchimp for WordPress (MC4WP) is the best free Mailchimp plugin for WordPress.

The theme supports layout for this plugin, That helps you to display the nicely subscribe form in popup, blocks and widgets.

However, the theme requests a specific HTML structure when you created the form.

To getting started, Follow the steps below:

  1. Install and active plugin MailChimp for WordPress

  2. Connect the plugin to your Mailchimp account via API: https://www.youtube.com/watch?v=35KjtuDNNZw

  3. Navigate to MailChimp For WordPress -> Form (or Forms), and create your form.

The structure looks like as below and you can modify it:

<p>
    <input type="email" name="EMAIL" placeholder="Email Address" required="">
</p>
<p>
    <input type="submit" value="Subscribe">
</p>

Last updated