Google Page speed optimization | Community
Skip to main content
Answered

Google Page speed optimization


Hi,

 

I would like to improve the page speed of my site that is build through webflow. I have several buttons that are basically triggering a pop up with a typeform contact form. Right now this pop is just hidden and will show up when the user clicks the contact button. For this reason the typeform loads with the page in any case.

Any ideas how I could make a delay like 4s for the load of the typeform after the page is loaded?

that’s the website: working-smart.de

Best answer by mathio-tf

You can customize the button on share page of your form.

If you want to design your own button from scratch you can use the embed SDK directly:

<button data-tf-popup="<form-id>">this is your button</button>
<script src="//embed.typeform.com/next/embed.js"></script>

You can find your form id in URL when creating the form:

https://admin.typeform.com/form/<form-id>/create

 

View original

4 replies

mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • May 31, 2021

Hello @mccfit ,

would embedding as a popup help? This will load your typeform at the time user clicks the button and will not slow down the website for users that do not open the popup.


  • Author
  • Explorer
  • 2 replies
  • May 31, 2021

Hi, 
 

in this case I have to use the button that is provided by typeform right? Or do you know a way to use a custom bottom?

 

 Best regards


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • May 31, 2021

You can customize the button on share page of your form.

If you want to design your own button from scratch you can use the embed SDK directly:

<button data-tf-popup="<form-id>">this is your button</button>
<script src="//embed.typeform.com/next/embed.js"></script>

You can find your form id in URL when creating the form:

https://admin.typeform.com/form/<form-id>/create

 


  • Author
  • Explorer
  • 2 replies
  • June 2, 2021

Awesome, thank you!


Reply