My registration form will have an option that is free, called "Clinics only" and will have teachers that register their students, as well as individuals registering themselves. I then have another field that captures the number of participants the teacher is registering.
- Field 1 = Registering myself or registering others (equals 1 seat)
- Field 2 = If registering others, indicate how many (numerical field from 1 - 39)
Example:
- John is registering himself and 5 other participants so the total number of seats taken are 6.
- Sally is registering herself and 10 participants so the total number of seats taken now are 6 (from John’s registration) + 11 (from Sally’s registration) = 17
- etc until the seats filled equals 40 then I want to turn off the submissions.
Is this possible?