Newsletter

On the Funisoxhomepage, 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"

HTML form:

<input type="email" name="EMAIL" placeholder="Enter email address" required />
<button class="button-skew" type="submit" value="subscribe">
  <span>Submit</span> <i class="opal-icon-arrow" style="font-size: 75%;">&nbsp;</i>
</button>

Last updated