# 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://3200239749-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lqz6Nt6a52azogDdfVM%2F-Lr6uhUlS7GefyCr2_B-%2F-Lr7BzeNYfVL-TFHNUid%2Fmailchimp1.png?alt=media\&token=230743dd-9047-43c7-89fd-5ba83adddedc)

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

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

![](https://3200239749-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lqz6Nt6a52azogDdfVM%2F-Lr6uhUlS7GefyCr2_B-%2F-Lr7Bq1bsGVnKL_pHzr5%2Fmailchimp.png?alt=media\&token=8de1d004-1e34-4d5a-bb92-4af54b97217f)

**Source:**

```
    <input type="email" name="EMAIL" placeholder="Your email address" required />

<button type="submit" class="btn btn-primary btn-arrow-right">Subscribe</button>

```

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