# 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 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://1573709292-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvEhQiEzRABYxdbmmMM%2F-LvFL_xEZsdy4xOHiTaX%2F-LvFOb4wz7eF1uY0xgus%2Fimage.png?alt=media\&token=639aef0b-a935-495e-84b8-387ef25b3d67)

&#x20;**Step 4** -  Create mailchimp form to collect email. Navigate to **Forms**

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

![](https://1573709292-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvEhQiEzRABYxdbmmMM%2F-LvFL_xEZsdy4xOHiTaX%2F-LvFOhcqmdG54AOMD7EP%2Fimage.png?alt=media\&token=68ec6bea-739d-4031-841c-28b1ae43c9f4)

&#x20;**Source :**

```
<input type="email" name="EMAIL" placeholder="Enter your e-mail..." required />
	<button type="submit" value="Submit">
	  <span>Subcribe</span><i class="fa fa-paper-plane-o" aria-hidden="true"></i>
	</button>
	
	
```

&#x20;**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.... )
