Newsletter

Newsletters can provide great value and beyond sales, they can inform your customers with interesting content that resonate with them. It's a great way to build brand loyalty and connection.

Here are two popular email newsletter platforms. There are probably more, but I'll let you discover them.


MailChimp Setup

Open up each template page and find the footer and insert MailChimp's form action code into the newsletter code.

<!-- Footer / START -->
.
.
.
<form action="Insert MailChimp's form action code here" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
.
.
.
<!-- Footer / END -->

Klaviyo Setup

Finding The Code Snippet

Open a template page and replace the script in the newsletter section.

<!-- Newsletter / START -->
.
.
.
<script async type="text/javascript" src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=QWSB2d"></script>
<!-- Newsletter / END -->
Finding The Embed Code

Open a template page and replace everything inside the newsletter comment tags except the code snippet with Klaviyo's embed code.

<!-- Newsletter / START -->
<div class="klaviyo-form-TGse6R"></div>
<script async type="text/javascript" src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=QWSB2d"></script>
<!-- Newsletter / END -->