Answered

"Ah-ha! You’ve unlocked their secret..." appearing when attempting to embed form using React

  • 1 November 2021
  • 6 replies
  • 150 views

On my React website I am getting my form displaying https://www.typeform.com/explore/ instead of my actual form when I embedded it on one of my pages.

I am not sure if I am doing something wrong since the embed itself worked or if there is another issue that is causing it.

 

icon

Best answer by john.desborough 1 November 2021, 15:24

View original

6 replies

Userlevel 7
Badge +6

@Gittingitdone - welcome to the community.. quick question: did you publish the form?? 

@john.desborough Yes! The form itself was published. 

Userlevel 7
Badge +6

@Gittingitdone - sorry if that sounds pedantic but it is usually the culprit in most instances.. 

 

there have been issues with integrations with Intercom that have been similar, so i suggest checking one more thing: is your React page http or https? (typeform requires the https for all embeds…. ) 

 

i would suggest opening a help ticket at the link here so that you have a vector into that team - they can look into your file and see what is happening. 

Userlevel 7
Badge +5

hey @Gittingitdone 

Feel free to share links to your project so we can debug it together and see what is going on.
Or the code you used.

With so few details it’s quite hard to understand where the issue might be coming from.

Userlevel 1
Badge

Hi, I’m having a similar issue with this survey. Half of my users see the landing page instead of the real survey: 

https://5bjsknlquu1.typeform.com/to/UDjgSEyV#order=#1470

Userlevel 7
Badge +6

@Sancho - i see an error in your syntax - after the ‘ order=’ you should not have a pound/hash sign 

 

if you are intending the user to go to order 1470 then the pound sign should not be there

 

 

Reply