How do I add a survey form to my existing web design (iFrames)?

If you want to add a survey form to your existing web design, there are two basic methods of doing this. You can either wrap the survey in html code, or you can embed the survey itself using iframes. This document describes how you embed a form using iFrames.

Click here for instructions on how you can wrap your survey in HTML code.

1. Include an <iframe> tag in your HTML code:

The feedback form below is embedded using an <iframe> tag. Please note you might have security issues if the page and form do not come from the same source (domain). The iframe tag below includes some styling to place it correctly on the page. iframes