Hi,
Is there a way to set a specific value for an answer and not sending the whole Text message displayed on the answer in the form ?
For example:
Question: Do you like apples ?
- Yes I like apples
- No I like bananas
I would like that the form send the value “yes” or “no”, and not “Yes I like apples”. Or at least, something like “yes-i-like-apples”.
It is common in a lot of systems to have a difference between displayed text and form values, like in HTML elements like in “select options”.
Any help on that ?
Thank you !