Can I hide an option automatically when someone chooses it? | Community
Skip to main content
Answered

Can I hide an option automatically when someone chooses it?


Hi there!

I’m creating a form where our customers and prospects can choose a timeslot for a car test drive. Is it possible to hide an option that has already been chosen by another person? For example: Customer A chooses the 10:30 - 11:00 time slot. Customer B only sees the remaining options 10u:00 - 10:00 and 11:30 - 12:00, but customer B can’t see the 10:30 - 11:00 time slot anymore. 

Thank you for you help! 

Best answer by Harsh

Hi @Garage Mertens 


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.

View original

2 replies

Forum|alt.badge.img+4
  • Socializer
  • 113 replies
  • Answer
  • November 22, 2023

Hi @Garage Mertens 


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.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14950 replies
  • December 6, 2023

Hi @Garage Mertens Were you able to give the solution above a try? 😀


Reply