Skip to main content
Contributor I
January 26, 2023
Solved

Creating a completed form success link to track conversions

  • January 26, 2023
  • 1 reply
  • 531 views

Please tell me what is wrong in my code. The completed form does not land the user on another page, a thank you page I want to use to track conversions.

 

<script async type="text/javascript" src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=XhP43x"><script type="text/javascript"> type="text/javascript">
 KlaviyoSubscribe.attachToForms('#email_signup', {
   hide_form_on_success: true,
   success_url: "https://sites.google.com/view/wudi-shilajit-gummies/accueil/thank-you"
 });
</script>
 

This topic has been closed for replies.
Best answer by Dov

Hi @Olivier2023,

Thanks for sharing this question with us.

Have a look at the community thread below:

I hope that helps resolve the issue. If you’re still having trouble after this, I’d recommend reaching out to one of our partners to have a look at this code more closely

Thanks for being a community member.

1 reply

Dov
DovAnswer
Klaviyo Alum
January 27, 2023

Hi @Olivier2023,

Thanks for sharing this question with us.

Have a look at the community thread below:

I hope that helps resolve the issue. If you’re still having trouble after this, I’d recommend reaching out to one of our partners to have a look at this code more closely

Thanks for being a community member.

DD