Surveys created in Pinpointe can be embedded in your web pages by inserting the following code in your page's HTML:
<iframe src="[URL]" scrolling="no" frameBorder="0" style="height: 500px; width: 500px;">Please use a compatible browser</iframe>
Replace [URL] with the Survey Web Link (Fig 1) in the Share Survey tab in the Survey Editor.
Fig 1
You can change the height and width of the survey as needed by changing the numbers in the style attribute of the HTML code. The default style attribute is currently "style="height: 500px; width: 500px;".
Most browsers are compatible with iframes, but you can also change the message shown if your user's web browser isn't. Change the text in the code from "Please use a compatible browser" to whatever alternative you like.