Surveys created in Pinpointe can be embedded in your web pages. Just insert 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 seen in the screenshot below. You can find this information by editing your survey and clicking the Share Survey tab.


You can change the height and width of the survey as needed, by changing the numbers in the style attribute of the code above. The 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".