Hello community. My question: how can I hide or disable a field in a multiple choice question when a person has already chosen 1 choice?
For example: choose a visiting time: 1. 10:00 2. 11:00 3. 12:00
If someone has chosen 10:00 for example, this choice disappears or is deactivated so that no one else can choose it.
Any ideas?
Best answer by Harsh
Hi @Salla
I recently answered a similar question here. Have a look at it and see if it helps you out.
FYI my answer was
Upon form submission you could programmatically check (via the Typeform Webhook) to see whether the user chose the "10:30 - 11:00" (or any other option) option. Then via the Typeform API update the form to remove that particular option
I recently answered a similar question here. Have a look at it and see if it helps you out.
FYI my answer was
Upon form submission you could programmatically check (via the Typeform Webhook) to see whether the user chose the "10:30 - 11:00" (or any other option) option. Then via the Typeform API update the form to remove that particular option