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>