Answered

how can I hide or disable a field in a multiple choice question when a person has already chosen 1 choice?

  • 11 December 2023
  • 1 reply
  • 35 views

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?

 
icon

Best answer by Harsh 11 December 2023, 14:01

View original

1 reply

Userlevel 5
Badge +3

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

Reply