Forms: Is it possible to embed the user's response to a question in a later question in the form?

Question:
Is it possible to embed the user’s response to a question, in a later question in the form? For example: Question 1 is ‘Guest 1 First Name’, and then the user’s response is embedded throughout the rest of the questionnaire (for example: Question 5: ‘Can [GUEST1_FIRSTNAME] attend the event?’ and Question 8: ‘Does [GUEST1_FIRSTNAME] have any dietary requirements?’)

Product:
Wix Studio Editor

What are you trying to achieve:
The purpose is for an RSVP form, where the individual completing the form may respond on behalf of multiple people, and therefore, using the unique name fields would be very helpful.

What have you already tried:
I attempted using the unique Field key within the future questions, but it did not work.

Unfortuantely not, but I think it’s an interesting use case.

WixFormsV2 doesn’t expose the ability to achieve it via code either - Wix Forms V 2 Introduction | Velo - you’re likely going to need to build this with input elements, a collection and a little code :slight_smile: