# 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://2993151450-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrmdXt3LTCxf33SMsml%2F-LrqDUUDIFXvIbD6crSZ%2F-LrqKdt-PRs-UDErUc2p%2Fmailchimp.png?alt=media\&token=f55b6e20-359a-457e-b0ed-c1a27ed8bbde)

**Source :**

```
<div class="form-style-1">
      <div class="label">
      Get in-context advice from our experts about your most pressing issues or areas of interest
  </div>
 
    <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" class="btn-subscibe">
          <span class="lable">subscribe</span>
          <i class="fa fa-angle-right"></i>
        </button>
      </div>  
    </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.... )
