# 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://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LrvLq7IRSwgdshqpQk3%2F-LrvMIFulfDlJBgzqseS%2F-LrvXqZ2-izOnecSF-nS%2Fimage_36.png?alt=media\&token=8d8b56b5-74bf-4cdc-9f5b-2d4b1bcf71ec)

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

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

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LrvLq7IRSwgdshqpQk3%2F-LrvMIFulfDlJBgzqseS%2F-LrvY0Fbn6FjIOQmFDKM%2Fmailchimp.jpg?alt=media\&token=311ba36d-f768-488b-9e4b-7dfae7628a19)

**Source :**

```
<div class="mc4wp-heading">
		 <h3>Get The Latest</h3>
		  <p>Sign up for our Newsletter to get the Latest on all things suitMe.</p>
	</div>
	<div class="form-mc4wp">
	  <p><input id="mc4wp_email" class="form-control" name="EMAIL" required="required" type="email" placeholder="Your Email " /></p>
	  <p><button class="mc4wp-btn btn" type="submit" value="Join">Join <i class="fa fa-angle-double-right" aria-hidden="true"></i></button></p>
	</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.... )
