Basic References
Reference previous answers to create dynamic, personalized surveys.
Simple References
Reference any previous question by wrapping its name in curly braces.
{question_name}Q1: What is your name?
Question name: name
Q2: Hello {name}, how old are you?
Where to Use
References can be used in question text to display previous answers, in display conditions to show or hide questions based on values, in calculate fields to compute with arithmetic, in constraints to validate against other values, in choice options to dynamically populate selections, in table row and column labels to generate dynamic rows/columns, and in table number column default values. You can only reference questions that appear earlier in the survey. Forward references are not allowed.
Common Examples
Repeat Group Sibling References
Inside a repeat group, use the dot-prefix syntax to reference sibling sub-questions within the same instance.