# 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://1584695096-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqKo8SpDYNQsb55wQFr%2F-LqoLrG7Rxk0AtpkfScC%2F-LqoQGUF0Qla3GJTpVoM%2Fmailchimp.jpg?alt=media\&token=436a336c-1f5b-4377-95f4-b40bcf79f7b2)

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

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

![](https://1584695096-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqKo8SpDYNQsb55wQFr%2F-LqoLrG7Rxk0AtpkfScC%2F-LqoS4xa7TwTWjNZAWsy%2Fmailchimp1.jpg?alt=media\&token=2ced7968-c8a9-4d31-8b7f-f65c80625e2c)

**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>
```

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