Skip to Main Content

Qualtrics Tutorials: Embedding a Survey in a Webpage

Embedding a Qualtrics survey within another webpage.

Embedding a Qualtrics Survey

To embed a Qualtrics survey in a webpage, you will need to be able to edit the HTML of the page, and you will need the URL of your Qualtrics survey. Copy and paste this block of HTML into the source code of your page at the point where you want the survey to appear:

<iframe src="your-survey-URL-here" height="800px" width="600px"></iframe>

Copy and paste the URL of your survey after src. Note that you can adjust the absolute width of the survey within the page by changing the height and width parameters.