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:
- Your Typeform ID
- 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>