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

# Newsletter

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

![](/files/-MdVARRJfa8ah93L6Z3y)

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/-McTZMX3BiJp2MwfjcDq)

* Add form newsletter to show on the homepage:

![](/files/-McTZQ-pMyeYfczrjRyV)

Add Form Html:

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

and **"Save changes":**

![](/files/-MdVBI8aExjSL-nEruEf)

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

![](/files/-MdVAnPyDiFga8T6vH3G)
