Submitted by gondtou on 20 May, 2012 - 17:50
Entity based registration system for Drupal.
2
3 # Configuration
4 1. Download and enable the module.
5 2. Create at least one registration bundle (or type) at
6 /admin/structure/admin/structure/registration/registration_types, much like you would a content type.
7 3. Add a registration field to any entity you want to enable registrations
8 for. Note the display options: default, link to the registration form,
9 and embedding the actual form.