Forum Discussion
Embed Google Forms
I continue to have issues with embedding google forms within my Rise projects. Google forms provides the below code & I have confirmed that there are no curly quotations, but all that I see in my course is the actual code - not the form. Please help. Code below for reference
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSct7Xk-K5bjSEeWoY_5wAOwFBrFcO5btJTpDFiQSR-HamnY9A/viewform?embedded=true" width="640" height="868" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
I have tried with with this Loading... in the code and with it removed - no difference.
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSct7Xk-K5bjSEeWoY_5wAOwFBrFcO5btJTpDFiQSR-HamnY9A/viewform?embedded=true" width="640" height="868" frameborder="0" marginheight="0" marginwidth="0"></iframe>
Hi,
I created a Multimedia / Embed block, and pasted your example <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSct7Xk-K5bjSEeWoY_5wAOwFBrFcO5btJTpDFiQSR-HamnY9A/viewform?embedded=true" width="640" height="868" frameborder="0" marginheight="0" marginwidth="0"></iframe>
and it worked.