Go to

How to place a survey on a web page using an IFRAME?

IFRAME (Inline Frame) is element of HTML language, it allows to embed HTML document inside other HTML document. The size of the frame can be customized.

To add a survey on your website :

  1. Copy survey link.
  2. Add survey link in an IFRAME on your website.

Example

<iframe width="800" height="800" frameborder="0" src="file.html or URL link to a survey" Place here information or instruction in case web browser is not supporting floating frames.</iframe>

Learn more

For more information check the W3C website : https://www.w3.org/wiki/HTML/Elements/iframe