Go to

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

IFRAME (Inline Frame) is an element of HTML language, that allows to embed HTML documents inside other HTML documents. 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 instructions 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