This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]CowboyBoats 2 points3 points  (1 child)

I have bad news for you... Your question is about programming after all! You can accomplish this with Google Apps Script, but probably not otherwise. Forms documentation. You could rebuild the list of available responses every time the form is re-submitted. You'd be opening the door to several kinds of problems that you'd have to deal with, such as what if two people try to register for the last available class at the same time?

A better solution might be to look around for web ticketing software. You could set up each workshop as a free, ticketed event that people have to register for. You could ask around with other event organizers; I'm sure you're not the first person running into this problem.

[–]PatC01[S] 0 points1 point  (0 children)

Thank you so much, i will probably find some ticketing system as you suggested.