Event Sessions with control on attendee numbers
Good afternoon all.
I've hunted around and have yet to find a great worked example of how to handle a situation where I have multiple sessions for an event, and want to control the number of attendees per session.
In simple terms, I have x sessions each that can have y attendees. y might not be the same for each session.
I'd like to have a form that has a drop down with each available session, and a label along the lines of "I'd like to attend the:" with each available session. Once y people have registered for a given session x then I'd like session x to no longer appear in the list of available sessions.
I'm reasonably comfortable (I think) with the idea of dynamically populating the field with values. Its the conditional management of the counter (and persisting it) incrementing it based on each form submit.
the volumes aren't so critical that I need be concerned about a session having one slot left and two people booking simultaneously.
Thoughts?