Hello!
I’m trying to embed an external website into qualtrics survey using iframe.
I tested the external website using iframetester.com , and it works fine there.
However, when I embedded the website in my survey using html, it shows error. I also tested using “https://www.wikipedia.org/” but it also shows error… so I think it’s not the issue with external website, but more of the issue on my qualtrics survey/account?
My code is as follows: <iframe src=”EXTERNAL WEBSITE LINK“ width=”90%” height=”500”></iframe>
Does anyone have any idea? I appreciate any input!