Does anyone have a solution to this? I have embedded a long-ish Google form in a HTMP element (with Google’s embed as an iFrame code). It all works as it should however whereas when the user completes the form on Google’s URL directly it scroll’s to the top (where they see a “thank you for your feedback” type message) it doesn’t seem to do that in an iFrame. A search on Google shows various solutions outside of Bubble using Event Listeners, JQuery scripts etc. Is there something I could use inside of Bubble to detect a change in the load status of the iFrame and use this as a trigger to Scroll to the top of the page?
I may in time implement the form within Bubble but for now I don’t have time. I don’t want to have to revert to linking to an external form though if at all possible.