# Newsletter

#### Create Newsletter <a href="#newsletter" id="newsletter"></a>

&#x20;We are using MailChimp for WP plugin for Newsletter subscribe. You can read more about MailChimp from [here](http://bit.ly/mailchimps)

&#x20;Follow that step below to help you can collect email of subscribers.

&#x20;**Step 1** - Signup for [Mailchimp](http://bit.ly/mailchimps) account then create your lists to collect email .

&#x20;**Step 2** - Install and active plugin [MailChimp for WP](https://wordpress.org/plugins/mailchimp-for-wp/) .

&#x20;**Step 3** - Navigate to **MailChimp for WP** > **MailChimp** then connect with your mailchimp account you created from step 1 .

![](https://2405523463-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtwLBKl7kSXvoL3urb8%2F-LtwLD1nF-Sga1mMd7or%2F-LtxTkdCbeTNvKxxt3OX%2Fmailchimp.png?alt=media\&token=c865b986-0f0c-4562-95c0-b1dc8a973605)

**Step 4** -  Create mailchimp form to collect email. Navigate to **Forms**

&#x20;Import HTML Code below on section Form mark-up Source

![](https://2405523463-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtwLBKl7kSXvoL3urb8%2F-LtwLD1nF-Sga1mMd7or%2F-LtxTvJO2pshWK8aX7Kw%2Fmailchimp1.png?alt=media\&token=6a35c5c7-facf-4763-a67e-e8b8dadb3264)

**Source :**

```
<div class="input-group">
  <input type="email" name="EMAIL" placeholder="Your email address" required />
  <input type="submit" value="Subscribe Now">
</div>
```

**Step 5** - After creating from of your plugin. You must set position where you want to display.

&#x20;Going **Appearance -> Widgets** then drag **mailchimp** widget to **Newsletter Sidebar.** You can bring that sidebar to every position you want. ( You can drag to left, right sidebar for each page. You can drag to Footer position.... )
