# 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

![](https://1843780857-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaXty7PwzltVHa_ZvX3%2F-MaY14VyGGwmHc3LRL5f%2F-MaY2ulDFSyoRWx4DV9T%2Fimage.png?alt=media\&token=ae1b7bb7-67eb-4971-9feb-1181f64a9ed9)

* Add form newsletter to show on the homepage:

![](https://1843780857-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaXty7PwzltVHa_ZvX3%2F-MaY14VyGGwmHc3LRL5f%2F-MaY2xuS_wO35Jtu3QNh%2Fimage.png?alt=media\&token=c4521f06-009f-4ba1-9b2d-d1d259d8b294)

Add form and **"Save changes"**

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

![](https://1843780857-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaXty7PwzltVHa_ZvX3%2F-MdWUNs5GMelQjRLcUGc%2F-MdWUx8VaFjwBbqiuZqm%2Fimage.png?alt=media\&token=f58b9792-52bb-4325-aef0-ae7db2c3df29)

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

![](https://1843780857-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaXty7PwzltVHa_ZvX3%2F-MdWUNs5GMelQjRLcUGc%2F-MdWUt3UyZWB1B-nZjSS%2Fimage.png?alt=media\&token=ac6a1ca6-d940-4279-9b0e-8667da07b8bc)

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)
