Survey in iFrame shows the bottom of survey when advancing | XM Community
Skip to main content

Hi All!
I have a survey embedded into a parent site via an iframe. Everything works well -- except on mobile, where each time users click to advance the survey, they end up at the bottom of the next page instead of the top. Does anyone have any insight as to how to resolve this? Many thanks!

Hi jaemaz,
Could you work around this by forcing the user to jump to the top of the page?
//javascript
window.scrollTo(0, 0);
Good luck!


https://community.qualtrics.com/XMcommunity/discussion/comment/46706#Comment_46706Thanks for the response


Leave a Reply