dpi / rng

RNG is a Drupal module enabling people to register for events.
https://www.drupal.org/project/rng
GNU General Public License v2.0
15 stars 23 forks source link

Limit number of total registrants per event #130

Open mathysp opened 7 years ago

mathysp commented 7 years ago

When creating events you sometimes deal with a limited amount of seats.

Using RNG we can control the amount of registrations, and the number of registrants per registration. But we can not limit an event on number of registrants.

Proposed solution would be a simple input field: maximum number of registrants.

dpi commented 7 years ago

Under consideration for 1.4

dpi commented 7 years ago

Related: http://drupal.stackexchange.com/questions/230456/drupal-rng-trouble-with-maximum-registrants/230953