Mailchimp Form Structure
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.
- 1.
- 2.
- 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>