# Newsletter

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

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

&#x20;**Step 1** - Signup for [Mailchimp](https://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://1034784835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtN8-69rOxZlzE0o4Un%2F-LtN80O3Bw_qKGNURxMA%2F-LtO6BU_Y1KZyTZYvZ5o%2Fmail.png?alt=media\&token=df851128-249b-4727-bd20-daa036d00847)

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

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

![](https://1034784835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtN8-69rOxZlzE0o4Un%2F-LtN80O3Bw_qKGNURxMA%2F-LtO6FRlJh7gZeg8mtaS%2Fmailchimp.png?alt=media\&token=914d91da-f1af-43d3-aa3c-4c0ac9d7cbd1)

&#x20;**Source :**

```
<div class="form-style-1 newsletter-footer clearfix">
	  <h4>Sign up for Newsletter</h4>
	  <p class="textwidget">
		Sign up for our mailing list to get latest updates and offers
	  </p>
	<div class="input-group">
	   <input id="mc4wp_email" class="form-control" name="EMAIL" required="required" type="email" placeholder="Your email address" />
	  <div class="input-group-btn">
		  <input class="btn-primary btn" type="submit" value="Subscribe" aria-hidden="true">
	   </div>
	</div>
	</div>
```

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