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.

<p class="mailchimp-input-icon">
	<label>Email address: </label>
	<input type="email" name="EMAIL" placeholder="Your email address" required />
</p>

<p>
	<input type="submit" value="Sign up" />
</p>

Sign in

No account yet?