Collecting Subscribers in Yotpo SMS & Email via a Klaviyo Popup
- DarkLight
Collecting Subscribers in Yotpo SMS & Email via a Klaviyo Popup
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
In this article, you'll learn how to collect subscribers via a Klaviyo popup.
Please note:
This article is highly technical and assumes a foundational understanding of the subject matter. We strongly recommend consulting with a skilled developer or technical expert to ensure accurate implementation.
Before you start
To access the script, click here.
Adding the script
Inject the script into the head section of your website.
- If you're using a generic integration, the script should work out-of-the-box
- If you're using Adobe Commerce, make sure that
require(['SMSBumpKlaviyoForms'])
is also included in the head section as so:
<script>
require(['SMSBumpKlaviyoForms'])
</script>
Testing the script
Submit the Klaviyo form. Make sure that you see forms-subscription request being fired in the network → fetch/xhr section of the chrome dev tools.
Was this article helpful?