How to embed an external webpage into the survey | XM Community
Skip to main content
Question

How to embed an external webpage into the survey

  • October 25, 2023
  • 3 replies
  • 717 views

Forum|alt.badge.img+1

I’m trying to collect feedback on a new webpage and so want to embed the webpage as a question within the survey. 

I selected the text / graphic question type and then used the following script in the rich content editor: 

<iframe width="1500px" style="border:0px #ffffff none;" src="MY WEBPAGE LINK" name="myiFrame" height="8000px"></iframe>

It doesn’t work. I’m not sure what I’m doing wrong and would greatly appreciate some guidance! Thank you!

3 replies

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1096 replies
  • October 26, 2023

@jmimaf I can’t see anything wrong with your code and I even tried to embed my own webpage with this. So the problem maybe laying on your webpage, is it allowing you to connect or smthg??


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • October 26, 2023

@dxconnamnguyen hmm it’s saying that it refuses to connect - not sure why this would be!


Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1096 replies
  • October 27, 2023

@jmimaf Make sure that your webpage is set up to allow embedding and it uses secure (HTTPS) connections when embedding. Sometimes, websites have security settings, policy that prevent them from being displayed within iframes. Check back with your IT guy. Hope this helps.