I have a form that creates a Lesson, it has a name, number of participants cost etc.
There are many lessons with unique ID’s and names: for instance: Morning sessions, Doubles strategy etc
i need to limit how many people can sign up for each lesson.
flow is: user clicks on a link “register” and information from that entry is passed to a registration form, user fill in, pays etc and registers.
- it would be cool to show how many spots are still open,
and limit how many people can sign up per session
Any idea how to do this?