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.
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> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p>