Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm trying to get a Google form with dynamic/auto height embedded into a Code Block on a Teachable Lecture.

I tried this but it doesn't work: Getting a Google Form in an IFrame with Auto Height

Here is a Teachable support article on how to embed the Google Form, but it doesn't explain how to make the form auto height (dynamically adjust the height based on the length of the form so that there would be no scrolling within the iFrame): https://support.teachable.com/hc/en-us/articles/222637507-Embed-Forms-and-Other-Content-into-Lectures

If anyone knows how to do this, please let me know :)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

For cross domain iframes you need to be able to run JS code in both the iframe and the parent page for this to work. In the case of a Google form you will need to get Google to add this for you


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...