# Newsletter

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 emails 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://gblobscdn.gitbook.com/assets%2F-M-OdO0m_oTGOajNjueK%2F-M-h1rViUpWjiKDD31S0%2F-M-h6Zsvdr3vQVCrwAXM%2FScreenshot_60.png?alt=media\&token=c2ac1c3f-791e-48d2-9e88-c927415d46b7)

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

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

![](https://3131358339-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRNZl3bi_YzYGED-YpE%2F-MSgW60EtREUAzVhczh0%2F-MSgWDODESZZ2TL8W-tL%2Fgainlove-20.png?alt=media\&token=1102bf37-db03-4a98-94ea-eb09f93dd3a1)

**Source :**

```
<div class="mc4wp-form-group">
  <input type="email" name="EMAIL" placeholder="Your Email" required />
  <span class="fa fa-envelope-o mc4wp-form-control-feedback" aria-hidden="true"></span>
</div>
<button type="submit" value="Submit">
<span>Subcribe</span>
</button>
```

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.... )
