# Create Newsletter

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

Follow that step below to help you can collect email of subscribers.

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

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

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

![](http://source.wpopal.com/costix/dummy_data/guide/assets/images/image_36.png)

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

Import HTML Code below on section Form mark-up Source

![](http://source.wpopal.com/costix/dummy_data/guide/assets/images/mailchimp.jpg)

**Source :**

```
	<div class="form-style-1">
		<div class="input-group">
		 <input id="mc4wp_email" class="form-control" name="EMAIL" required="required" type="email" placeholder="Enter your E-mail" />
		  <div>
			<button type="submit">SUBSCRIBE</button>
		  </div>  
		</div>
	</div>
```

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

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