Online Surveys > Help & Support > Survey > Distribute > Embed a survey in your website

In this article

Embed a survey in your website

You can embed a survey in your own website using an iframe. 

You’ll need to know some basic HTML to proceed.

1. Copy your iframe code

To find your iframe code:

  1. Go to the Distribute area of your survey.
  2. Choose the Launch tab.
  3. Go to the Embed your survey section.
  4. Click Copy code.
Embed your survey area with "Copy code" button highlighted.

2. Add height and width attributes

Add height and width attributes to the iframe code so that it fits your webpage area.

Example

<iframe src=”https://app.onlinesurveys.jisc.ac.uk/s/poppleton/student-survey” height=”500″ width=”600″></iframe>

3. Add the iframe code to your website

Decide where in your website the survey would fit in best and add your iframe code.

Related articles