Newsletter

On the Kilio homepage, there is a newsletter content.

To show as above image, you can see the detail:

  • Sign up account Mailchimp

  • Get API Key from your Mailchimp account and insert via Admin > Mailchimp > Insert API key

  • Add form newsletter to show on the homepage:

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":

After saving, it appears at frontend:

Last updated