How to embed a SurveyTown survey into another webpage
You can embed a SurveyTown survey in another webpage in the same way that YouTube gets embedded into a webpage - via an iframe. Here's some example code.
<iframe frameborder="0" height="600" src="
https://s.surveytown.com/survey/?c=XXXX&id=YY " width="800"></iframe>
The URL used in that iframe code - https://s.surveytown.com/
survey/?c=XXXX&id=YY - should be your survey URL taken from your survey properties tab once your survey has been started.
( Please note, embedding a survey this way, you can't use the functionality where you can send people automatically to an off site URL on success. You must use the default or custom success message instead. )