Yes! You can use our text piping feature to insert (or “pipe”) answers from a previous question into a later question on your form. For example, if you’re asking a customer about their favorite type of pie, you can insert their answer directly into the label of the next field on the form. To do this:
Add a Choice field to your form labelled ‘Which type of pie do you like the best?’
Add a follow-up Textbox field. In the field settings, use the Insert Field option to insert the answer from the previous Choice field into the field label, ex: ‘Why do you like [WhichTypeOfPieDoYouLikeTheBest] the best?’
Set the follow-up Textbox field to only appear after the previous Choice field is filled out, ex:
=(WhichTypeOfPieDoYouLikeTheBest != null)
Now, when a customer selects their favorite pie, their answer will automatically populate the label of the next field: