Embedding an iFrame into Qualtrics | XM Community
Skip to main content
Question

Embedding an iFrame into Qualtrics

  • September 26, 2023
  • 2 replies
  • 122 views

Forum|alt.badge.img

I am trying to embed an iFrame with this code

<div style="position:relative;overflow:hidden;width:100%;height:600px;"><iframe src="https://pbstanford.org/durham2023-vote-pb" style="position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:5px solid black"></iframe></div>

but am getting an error message that reads “pbstanford.org refused to connect.”

can anybody help troubleshoot?

Thank you!

2 replies

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

@josephsherlock01 Probably the website is not allowing itself to be displayed within an iframe due to security settings. This is a common security measure used by websites, check back with your IT guys


Forum|alt.badge.img+2
  • Level 2 ●●
  • 7 replies
  • September 28, 2023

@josephsherlock01 I've also checked, and the website employs certain security protocols, which is why it is not displaying within an iframe.


Leave a Reply