Sorry if I placed this question in the wrong place (possible at the wrong time ^_^)
I am new to Drupal and have been looking around to fulfill this requirement I have for my current website project.
I need a module (or a workaround with the database) which enables me to create a registration system inside the drupal website that I have created. I need to place a registration system into one of my content types (a Page).
So the thing is my website manages events. And now I need the registered members (of the website) to be able to register in one of the events managed by the website. In other words, I need a new member registration database specifically dedicated to those events. I also need the database to be cleared once the event has ended so I do not have to waste spaces for events that no longer in play..
Can anyone give me any advice?
Or maybe there is a module that can already do this for me?
Thank you very much for your attention and your help... I really really really appreciate it... Thank you..
Regards,
Alfin
Comments
you should checkout the
you should checkout the signup module or event with volunteer timeslots.
http://drupal.org/project/volunteer_timeslots
http://drupal.org/project/signup
each one fulfills a separate signup need.
These can be used in conjunction with the event module to create events with a given time, or time period and allow people to sign up. These events can then be displayed on a calendar, by using the views module.
http://drupal.org/project/event
http://drupal.org/project/views