Survey Template
Survey templates allow you to completely customize the look and feel of your surveys. Using survey templates, your customizations can range from creating a template to match your website design to simply changing the font and background color. In order to create your own custom survey template, you need to have a basic understanding of HTML. To create a Survey Template, simply navigate to
Surveys > Templates.
A survey template must have these tokens included somewhere in the HTML:
- {title} - Page Title (Uses the Survey Title from the Presentation page)
- {Questions} - Question Block (This is where your actual survey questions will go)
- {Back} - Previous Page Button
- {Next} - Next Page Button
These CSS classes can be used to control presentation of the questions:
- QuestionBlock - Applied to the whole block of questions {Questions}
- QuestionHeader - Applied to the question text
- SurveyErrors - Applied to the survey error messages (when not providing required fields, etc.)