|

How do you embed a typeform in a page/post using an iframe?

This was not a good rabbit hole to enter because i was battling with the full code generated by typeform, forgetting to separate head from body html codes. This link has the easiest answer to achieve that.

What you need:

  1. Your Typeform ID
  2. Your typeform url link

Step #1: simply use both in an iframe, like this:

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

Read more.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.