Answered

Issue with embedd typeform anchor to it

  • 2 September 2022
  • 4 replies
  • 85 views

Hello, im using embedd typeform in many of my websites, and when i open the page, i have an anchor redirect on the typeform on every website, how can i solve this?

icon

Best answer by Renovaforma 5 September 2022, 12:04

View original

4 replies

Userlevel 7
Badge +5

Hi @m.rossi Could you send the URL where your form is embedded so we can take a look? Thanks!

Userlevel 1

Hi! The same problem here! an example:  https://renovaforma.es/blog/52--tendenciasbanos-2022

Can
u help us?

 

Thanks!

Userlevel 1

Hi! The same problem here! an example:  https://renovaforma.es/blog/52--tendenciasbanos-2022

Can
u help us?

 

Thanks!

Hey! I´ll found a post with my problem solved! let me share this:

this is actually one of typeform features to allow visitors of your website easier interaction with your embedded typeform (they don’t need to click into it, it is already focused).

If you want to disable this feature you can use embed option disableAutoFocus (if you are embedding using JavaScript) or data-tf-disable-auto-focus (if you use HTML snippet).

For example like this:

<div 
data-tf-widget="<form-id>"
style="width:600px;height:400px;"
data-tf-disable-auto-focus

 

Post from Mathio in this link, thanks for all :D

Userlevel 7
Badge +5

Thanks for sharing, @Renovaforma!

Reply