Questions, Welcome and Thank you
The link survey editor works the same way as the website survey editor. For the full documentation on the editor layout, sidebar, Welcome and Thank you messages, the generic question editor, and Cerebro AI assistant, see Questions, Welcome and Thank you (website).
Available question types
Link surveys support the same question types as website surveys:
- Multiple choice
- Open question
- Opinion scale
- Net Promoter Score
- Message
- User information
- Calendar
- IA Agent
Each question type's specific fields, options, and behavior are identical to website surveys. See the individual question type pages linked above for details.
Dynamic variables
You can personalize your questions and descriptions using dynamic variables. Insert a variable using the {{variable_name}} syntax anywhere in a question title or description.
When the survey is displayed to a respondent, each {{variable_name}} placeholder is replaced with the matching value from the respondent's hidden fields. If the variable doesn't exist for that respondent, the placeholder is removed (replaced with nothing).
Example:
If your question title is:
Hello {{name}}, how satisfied are you with our service?
And the respondent opens the survey with ?name=Toto in the URL, they will see:
Hello Toto, how satisfied are you with our service?
If the name parameter is not present, they will see:
Hello , how satisfied are you with our service?
This works in both question titles and descriptions, as well as in Welcome and Thank you messages. Use it together with hidden fields to create personalized survey experiences.