Collecting Subscribers in Yotpo SMS & Email via a Klaviyo Popup

      Collecting Subscribers in Yotpo SMS & Email via a Klaviyo Popup


        Article Summary

        Products


        SMS & Email
        Supported plans

        Free, Starter, Pro, Premium, Enterprise

        eCommerce Platform

        Adobe Commerce (Magento), Custom

        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.
        Image1.png


        Was this article helpful?