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

Survey in iFrame shows the bottom of survey when advancing

  • June 2, 2022
  • 2 replies
  • 20 views

Forum|alt.badge.img+1

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!

2 replies

bgooldfed
Level 4 ●●●●
Forum|alt.badge.img+25
  • Level 4 ●●●●
  • June 3, 2022

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!


Ireen
Level 1 ●
Forum|alt.badge.img+7
  • Level 1 ●
  • November 23, 2022