# Newsletter

#### Create Newsletter <a href="#newsletter" id="newsletter"></a>

&#x20;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-LrH9aW6XqSY9ds7Nu5x%2F-LrH9jTnO_UysYLt8AuE%2F-LrIilwXRQ_1f7Ae6eRe%2Fmail.png?alt=media\&token=53e84bda-633b-4e66-b8b5-0272b025efa5)

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

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

![](https://2016087935-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lrg4WlxVPHxaTKEyGrx%2F-Lrg4cCYSk26A13HUwRq%2F-LrgI4LN9vJ-sefLvBWL%2Fmailchimp.png?alt=media\&token=c1599814-1389-4cc2-bb25-e3e5231f7e07)

**Source :**

```
<h3 class="screen-reader-text">New Letter</h3>
<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" />
     <button type="submit" class="btn-subscibe">subscribe</button>
    </div>
</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.... )
