Type and press Enter.

Newsletter Sign Up Form

  1. Sign up at mailchimp.com and create a newsletter list
  2. Install the “MailChimp for WordPress” plugin.

You can do that in Appearance Install Plugins.

  1. Once installed, go to the plugin’s Settings page and enter your API key.
  2. Add the Mailchimp for WordPress Form block to a page.
  1. 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>