Issue with embedd typeform anchor to it | Community
Skip to main content
Answered

Issue with embedd typeform anchor to it

  • September 2, 2022
  • 4 replies
  • 102 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?

Best answer by Renovaforma

Renovaforma wrote:

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

View original

4 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14960 replies
  • September 2, 2022

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


  • Navigating the Land
  • 2 replies
  • September 3, 2022

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

Can
u help us?

 

Thanks!


  • Navigating the Land
  • 2 replies
  • Answer
  • September 5, 2022
Renovaforma wrote:

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


Gabi Amaral
Ex–Typefomer
Forum|alt.badge.img+5
  • Ex–Typefomer
  • 1777 replies
  • September 5, 2022

Thanks for sharing, @Renovaforma!


Reply