> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/gifymo/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/gifymo/content-management-1/newsletter.md).

# Newsletter

On the **Gifymo homepage**, there is a newsletter content.&#x20;

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

![](/files/-MaY2ulDFSyoRWx4DV9T)

* Add form newsletter to show on the homepage:

![](/files/-MaY2xuS_wO35Jtu3QNh)

Add form and **"Save changes"**

```
<input type="email" name="EMAIL" placeholder="email@gifymo.com" required />
<button type="submit" value="subscribe">
<span>Submit</span>
</button>
```

![](/files/-MdWUx8VaFjwBbqiuZqm)

After saving, it appears at frontend:&#x20;

![](/files/-MdWUt3UyZWB1B-nZjSS)

View detai&#x6C;**:**&#x20;

* [How to Connect Newsletter with your mailchimp account](https://wpdocs.gitbook.io/giftsend/settings/newsletter-settings/connect-newsletter-with-mailchimp-account)
* [Add Newsletter form into Homepage](https://wpdocs.gitbook.io/giftsend/settings/newsletter-settings/add-newsletter-in-homepage)
