Answer Piping
Answer piping lets you personalize your form by inserting previous answers into later questions.
Syntax
Use double curly braces with the question ID:
For example, if you collect a name in question 1, you can reference it later:
“Thanks , how would you rate your experience?”
Where You Can Pipe
- Question titles
- Question descriptions
- Choice option labels
- Welcome and Thank You screen text
Object Fields
For structured answers (like address), access specific fields:
For example: {{address.city}} or {{address.country}}.
Tips
Use the answer piping button in the text editor to browse available fields and insert references without memorizing IDs.
- Piped values display the respondent’s actual answer in real-time as they fill the form.
- If a referenced question hasn’t been answered yet, the placeholder is hidden gracefully.
- Works with all question types that produce text output.