Hi all,
I'm trying to create a form in which I ask the participants to select multiple answers from a checkbox.
In the field after (a text box), I want to take the 1st choice selected and put its label as the name of the field, in which the participant will write the value corresponding to that choice, and so with the second and so on.
For example:
FIELD 1: Which things do you have? A B C
The participant selects A and B so:
FIELD 2: A = "value of A"
FIELD 3: B = "value of B"
Is this possible?
Thank you in advance,
Ariele