Skip to main content
Solved

Using embedded Sign-up forms without cookie acception

  • 2 May 2024
  • 6 replies
  • 175 views

Hey there, 

I’m wondering if someone had the same issue like me and were able to solve it.

I would like to embed a Klaviyo Sign-up form in Shopware 6 as Landingpage, but if the user doesn’t accept the Klaviyo Cookie before, the form will not be appear. 

In order of GDPR I have to use a Cookie banner, but I would like to use the sign-up form always. 

Does anyone have any ideas on how to implement this?

6 replies

Userlevel 7
Badge +60

Hi there @Elke

 

Thanks for sharing your question! 

 

Sign up forms rely on cookies, especially if your forms have a setting/rule to determine who to show the form to, so if someone does not accept cookies, there is no way for the system to identify the visitor and thus the form would not show for them.

 

Unfortunately there is not a way to work around this issue without cookies being accepted. I would recommend testing a form that has no rules or settings in terms of who they appear to, so if you set it to show to everyone, as those may work without cookies, but this also depends if the third party consent integration allows that.

 

I wonder how our friends in EMEA handle these situations, any additional advice or thoughts here @bluesnapper, @Victoria_ap_G, @Casperackermann ? 

 

-Taylor 

Badge +2

Hello @Taylor Tarpley 

thanks a lot for your reply. 

Even if you select the setting in the form that it is always displayed for everyone, the cookies must first be confirmed. 

So if anyone has a customised solution to this, I would be very happy to hear from it :-)

Badge +2

I am having the same issue. Embed form has no restrictions, as it’s just a subscribe block in the footer of our site. It will not appear until the analytical cookies are accepted. It’s quite frustrating!! Were there any other suggestions on how to fix this?

Badge +2

Hi @Nanette 

we solved that Issue as we integrated an HTML code which connecting to the related Klaviyo List in shopware 6. It’s absolutely not sexy, but it was the only way to go. 

Badge +2

Hi @Nanette 

we solved that Issue as we integrated an HTML code which connecting to the related Klaviyo List in shopware 6. It’s absolutely not sexy, but it was the only way to go. 

Hi @Elke 

If I’m understanding you correctly, you used the HTML code to embed the form? That is what I did as well. In trying to troubleshoot this issue, Because our target audience is US and we only sell within the US, I switched our cookie consent from GDRP to US compliance, which involves a different process with handling the cookie acceptance. I think this might have fixed the issue, as it seems the embedded form shows up consistently now.  I’m still testing it, but am hopeful that’s the resolution!!

Badge +2

Hi @Nanette 

we solved that Issue as we integrated an HTML code which connecting to the related Klaviyo List in shopware 6. It’s absolutely not sexy, but it was the only way to go. 

Hi @Elke 

If I’m understanding you correctly, you used the HTML code to embed the form? That is what I did as well. In trying to troubleshoot this issue, Because our target audience is US and we only sell within the US, I switched our cookie consent from GDRP to US compliance, which involves a different process with handling the cookie acceptance. I think this might have fixed the issue, as it seems the embedded form shows up consistently now.  I’m still testing it, but am hopeful that’s the resolution!!

Hi @Nanette 
that sounds great. Crossed fingers, that everything working well for you now. 
 

Reply