> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/huntor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/huntor/content-management/homepage/newsletter.md).

# Newsletter

On the Huntor homepage, there is a newsletter content. (Homepage 02 & 03)

![Huntor - Newsletter](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNf4qY0625PRjPT2Bp%2Fimage.png?alt=media\&token=191a8aad-a17b-44fa-bb1f-81bc5d8ad9c9)

To show as above image, you can see the detail:&#x20;

* Sign up account Mailchimp
* Get API Key from your Mailchimp account and insert via Admin > Mailchimp > Insert API key

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfGqFMvMl2J0Tkwno%2Fimage.png?alt=media\&token=8a27424e-2972-403f-b28f-07cc2175f777)

* Add form newsletter to show on the homepage and Save the changes

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfSG6PB8ObBC54IF_%2Fimage.png?alt=media\&token=d9b5f6f3-fa23-4c69-8d0e-fc3ded245c4f)

Add this css for form code:

```
<input type="email" name="EMAIL" placeholder="Your email address" required />
<button class="button-skew" type="submit" value="subscribe">
<span>Subscribe</span>
</button>
```

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfbJSUYmU_M_Afwvo%2Fimage.png?alt=media\&token=3bdb5544-19a7-4110-815f-adbeabd84397)

* After saving, it appears at frontend:

![Huntor WordPress Theme with Newsletter](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfm_qexIWvPFjDMc2%2Fimage.png?alt=media\&token=bba3ddd4-3147-4dd9-ac00-a098d7abb495)
