Forum Discussion

JamesKruck-0b4d's avatar
JamesKruck-0b4d
Community Member
6 years ago

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? 

 

  • 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>

  • Thanks Karl.  That's how I did it as well & I tried using the code you listed in case there was some silly error on my end, but I keep getting the same output - just the code showing up. I've attached a screenshot.  

    Do I need to change something in the settings section of the multimedia block? 

  • DhyaniParekh's avatar
    DhyaniParekh
    Community 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. 

  • 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:

    1. Checkbox list right after your form.
    2. Continue button with completion type "Complete Block Directly Above"

    The setup should look something like this:

    Let us know if this works for you!