Posted by albercook on November 27, 2010 at 2:02am
I have read a lot about this but it seems that my question is too simple and the answers too complicated. I want to make an event registration form. Like a Webform but with CCK.
I have CCK and have created a registration form as a content type with all of the correct fields but the only way that I can get to it is through create content. Do I have to give everyone access and use the link that appears in the address bar when I select create content?
This is basically a webform with the data going into CCK.
thanks for any help
Comments
--
Assuming you don't want users to have to create a user account, you will have to modify the permissions so that the Anonymous role can Edit the Registration Form. If you have the CCK Field Permissions Module enabled, you will have to tweak the permissions for each field you want them to complete. I would suggest creating a separate menu (or adding to the menu built for Anonymous users) that links directly to "node/add/registration-form", call it "Register Here" or something.
You should try the CCK Signup
You should try the CCK Signup module.
Each "signup" will be a node, which in turn is linked to an event. It has several advantages like setting the event attendance capacity, reminders and notifications, confirmation emails, etc.