Hi @ryang, are you still seeing an issue and did you first add Klaviyo.js to your Avada theme?
To install Klaviyo signup forms on your site, first, copy the signup form code snippet below and update "Public API Key" with your Klaviyo Public API Key. Then, paste the updated snippet into your site's theme files.
This code block automatically populates line 3 with the Klaviyo public API key for the Klaviyo account you are currently logged in to. If you use multiple Klaviyo accounts, check that the correct public API key has been added to the code block. If you see "Public API Key", then your public API key has not loaded, and you'll have to manually update it. Copy your 6-character public API key from the Accounts > Settings > API Keys tab in your Klaviyo account.
<script type="text/javascript" async
src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=Public API Key"></script>
After updating this snippet with your Klaviyo public API key, paste it into the main theme file of your site, so that the code appears on every page. This allows you to trigger forms on any page on your site. The exact file and location where this code must be placed varies by ecommerce integration.
If you were able to troubleshoot, please let us know what ended up working for you. If not, feel free to follow up in this thread.
Hi,
Sorry I should have updated my post.
It actually is working, I just couldn’t see it in my preview window. I opened up an incognito window and it was there as expected.
Thanks for the reply