Hi all,
I would like to create a "subscribe to an event" page in drupal 5.6.
I would like to implement the following workflow:
- people visit an "event" page (ie: a simple static page). It should be accessible for anonymous users too.
- on this page there is a form where they are asked for some personal data (Name, Surname, e-mail...).
- after having filled the form and clicked on a "submit" button, the data is saved on a page that lists all the people that subsribed to the event. No one should be able to edit this page but everyone should be able to view it.
I tried to use the connect module, but I was not able to implement exactly what I wanted.
Is there a way to do this with CCK?
Does anyone have any suggestions?
Thanks in advance.