Newsletter

On the Gifymo 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 and "Save changes"

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

After saving, it appears at frontend:

View detail:

Last updated