-
AuthorPosts
-
August 28, 2016 at 8:48 pm #1151100
Hi,
I’m having an issue embedding a typeform form on my site. I went through and tried the suggestions in previous threads, but I still can’t get it working.
The first issue is on mobile, whenever I embed it I get the picture in image1 (attached).
The second issue is on the desktop site and the iframe is small and not 100% of the screen. I will include the website and login information in the next post.
Thanks in advance!
August 28, 2016 at 8:50 pm #1151102This reply has been marked as private.August 28, 2016 at 9:35 pm #1151120Hello There,
Thanks for writing in! To make sure that the raw content area is fullwidth, please edit your page and click on the row. In the row settings, you need to disable the column container. http://prntscr.com/cbj0m9
And the first issue, it sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
For more information, please check out the typeform help documents:
https://www.typeform.com/help/welcome/Thank you for your understanding.
August 28, 2016 at 10:16 pm #1151165Hi,
Thanks for responding! I did uncheck the container section and it is full width, but the length of the form is only 1/8 or so of the page. I saw some of the other posts where something was changed in the css or in the functions in the child theme. I tried those and it didn’t work. Any suggestions?
Thanks again!
August 28, 2016 at 10:38 pm #1151175Hello There,
Thanks for updating in! The height of your iframe is not enough. Please take note that the raw content area height will rely on the height of its contents. Please update your iframe code and use this instead:
<iframe style="min-height: 350px;" id="typeform-full" width="100%" height="100%" frameborder="0" src="https://onslowdeals.typeform.com/to/nt6NsN"></iframe>
Please let us know how it goes.
August 28, 2016 at 11:24 pm #1151194That worked perfectly. Thank you Rue!
August 28, 2016 at 11:28 pm #1151198Glad we were able to help 🙂
-
AuthorPosts