Answered

Embed script not passing data

  • 12 April 2024
  • 5 replies
  • 37 views

We can see data pass through on our test form, manually adding:
https://www.treasurevalleyexteriors.com/typeform-embed.html?utm_source=Google&utm_medium=cpc

But it does not pass here:
https://www.treasurevalleyexteriors.com/typeform-embed.html

 <div data-tf-live="01HV726XXFEJV9V9N29Q446WWZ"></div><script src="//embed.typeform.com/next/embed.js" data-tf-transitive-search-params="utm_source, utm_medium"></script>

thanks for the help

 

icon

Best answer by mathio 15 April 2024, 09:33

View original

5 replies

Userlevel 7
Badge +5

@mathio do you happen to see anything that looks funky with the code? I can’t offhand!

Userlevel 7
Badge +5

Hello @Keith of UpHero 

the data-tf-transitive-search-params attribute should be placed on<div>, not the <script> tag.

Hope this helps. Cheers.

<div data-tf-live="01HV726XXFEJV9V9N29Q446WWZ" data-tf-transitive-search-params="utm_source, utm_medium"> </div><script src="//embed.typeform.com/next/embed.js"</script>

@mathio Anything go in the div?

Userlevel 7
Badge +5

There is a missing > in the first opening script tag, but other than that it looks good 👍

Userlevel 7
Badge +5

Thank you, @mathio ! Let us know if this fixes the issue, @Keith of UpHero 

Reply