Question

Can't embed Typeform on Webflow as Full Page -- page keeps loading

  • 22 September 2021
  • 4 replies
  • 318 views

I’m trying to embed this typeform on my Webflow page here: https://www.jrny.space/ → https://www.jrny.space/as

 

But, the page keeps loading. I’ve tried using ALL of the Typeform embed options and none of them work on that separate page, except for the popup chat one.

 

This is the code I’m using. I’m going for the full-page Typeform effect:

 

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>JRNY - Career Assessment</title> <style>*{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}</style> </head> <body> <div id="wrapper" data-tf-widget="HoGMTyj6" data-tf-inline-on-mobile></div> <script src="//embed.typeform.com/next/embed.js"></script> </body> </html>

4 replies

Userlevel 7
Badge +5

Hello @leamars I can see a full-page typeform embedded at https://www.jrny.space/as What seems to be the issue?

Userlevel 7
Badge +5

Hi @leamars Are you still having troubles with your embed? If so, any screenshots or further information you could provide would be handy!

Userlevel 7
Badge +5

Hello @leamars! I hope you were able to fix your embedding issue. If not, don't forget to send us more information so we can help you! 

have to add this before your typeform code

<style>
.typeform-widget { 
            height: 100vh !important;}
</style>

Reply