Hi. We are exploring using Typeform as an embeddable form for a private community managed through the community platform system Hivebrite. I tested embedding a form in a custom page and it is not displaying. I tested the same form embed code on a Wordpress page and it displayed fine, so it’s not the code. I also tested a different embed code (from Vimeo) in Hivebrite and it displayed, so the system is recognizing embed codes, just not from Typeform. Is there another step that i need to be taking for Typeforms to be recognized in a private site?
Embedding form in Hivebrite platform
Best answer by lookoutcourt
The advice I was provided is below. I guess the code has to be embedded as an iframe with some additional code. Its working now, so thats good but I’m reluctant about my ability to reformat the code every time I want to embed a new form.
-----
Typeform gave you this snippet:
<div data-tf-widget="VNZZfcDL" data-tf-iframe-props="title=plant based" data-tf-medium="snippet" style="width:100%;height:400px;"></div><script src="//embed.typeform.com/next/embed.js"></script>
Unfortunately, their format doesn’t work, so you need to use the following format:
<iframe src="https://form.typeform.com/to/EXAMPLE?typeform-medium=embed-sdk&typeform-embed=embed-widget&typeform-source=community.girlup.org&embed-hide-footer=true&embed-hide-headers=true&typeform-embed-id=73z51"style="width:100%;height:400px;"></iframe>
As an example, when embedding your Typeform, this means it should look like this:
<iframe src="https://form.typeform.com/to/VNZZfcDL?typeform-medium=embed-sdk&typeform-embed=embed-widget&typeform-source=planeteerhq.com/&embed-hide-footer=true&embed-hide-headers=true&typeform-embed-id=YOUR-ID-FOUND-IN-YOUR-URL"style="width:100%;height:400px;"></iframe>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.