Forum Discussion
Embed Google Forms
Hi all,
I'm using the Multimedia Embed function to embed Google Forms into my course. This all works perfectly well in Chrome, but when I open the program in Safari or Firefox, the browser won't display the form. The space remains white.
When I Inspect the Elements on page, the error I get is Load denied by X-Frame-Options.
Is this a known issue?
- StephanieBonyhaCommunity Member
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>
- KarlMullerCommunity Member
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.
- StephanieBonyhaCommunity Member
- DhyaniParekhCommunity Member
Is there a way to require Google Forms are submitted before proceeding forward with the course. My continue button is set to require all blocks prior to be completed but I am able to navigate through the course without submitted the Google Form.
- LeaSAgatoStaff
Hi Dhyani!
Since google forms are submitted outside your Rise course, there isn't a way to track your learners' completion of the embedded form. You could add a checkbox where your learner can acknowledge that they have submitted the form before they can proceed with the rest of your course. You'll need to add the following elements:
- Checkbox list right after your form.
- Continue button with completion type "Complete Block Directly Above"
The setup should look something like this:
Let us know if this works for you!