Typeform Embed Not Showing

Hello All,

I’m having embed code trouble. I am attempting to embed a Typeform contact form on my site.

Here is an example of what I am trying to achieve:
https://s3-eu-west-1.amazonaws.com/share.typeform.com/typeform_embed_widget_en.html

So far, on my published site, the embedded form placed in the Follow section does not show:

Here is a read only link to view my published site:
https://preview.webflow.com/preview/dwhf2nd?preview=9dca62003018cfebf37c17746a3f837c

And here is the embedded code:

<div class="typeform-widget" data-url="https://dwhf.typeform.com/to/pIScRk" data-text="Join Mailing List" style="width:100%;height:500px;"></div>
<script>(function({varqs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'widget.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>

Thanks in advance!

I think you can just use an iframe for this like so:

<iframe id="my_typeform" src="https://yourname.typeform.com/to/abc123"></iframe>
1 Like

@DharmaNode success! Thanks a million.

1 Like