PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

# of attendees v. number of entries

  1. Hi there... I'm making a registration form that has a limited number of allowed entries - a class of 30.

    Can I have it so multiple people can register on a single form, say 4, and it will take '4' off the number of entries, or will I have to have each person register one-by-one in order to have this work?

    Thanks!

    Posted 12 years ago on Friday October 7, 2011 | Permalink
  2. Currently this isn't a supported feature. You could probably do it, but you'd have to implement a customization using PHP and determine if the form should be displayed or not by querying the data and checking to see if the limit has been reached.

    Posted 12 years ago on Friday October 7, 2011 | Permalink
  3. Besides having the form decreasing the remaining allowed entries, is it possible to allow multiple people register on a single form?

    Posted 12 years ago on Wednesday January 18, 2012 | Permalink