- Sign up at mailchimp.com and create a newsletter list
- Install the “MailChimp for WordPress” plugin.
You can do that in Appearance → Install Plugins.
- Once installed, go to the plugin’s Settings page and enter your API key.
- Add the Mailchimp for WordPress Form block to a page.
- Go to MC4WP → Forms to customize the Sign-Up Form.
Example Form Code from the SOUL KITCHEN demo page:
<h3> Keep Up to Date with Soul Kitchen </h3>
<span class="subscribe-text">
Sign up to be the first to receive special news and event updates from SoulKitchen.
</span>
<span class="subscribe-form">
<input type="email" name="EMAIL" placeholder="Enter Email" required />
<input type="submit" value="Sign up" />
</span>