I would like to create a form for participants to select their time slots, so each time slot would only be able to selected once, then be removed from the form. Is there a way to do that??
Thank you for any help!!
Yes, you can do this with custom jQuery.
Do you have a link to an article or tutorial for this customization?
Thanks!!
I’m not aware of a tutorial that can help you with this because what you want is entirely custom. There would have to be a tutorial that does what you want.
The basic procedure is to setup a generic delegated listener for all time slot fields. Then as each is selected, disable the field from further edits.
Please login or Register to submit your answer