By Anonymous (not verified) on
I spent a good deal of time yesterday doing what I THOUGHT was creating a (long) form for people to fill out, who are registering for an event. I want them to be able to click on a link on a webpage, and get to the form where they can fill it out and submit it. I used CCK (first time!) Turns out what I created was a content type called Registration Form. I'm not sure where to go from here. Should I have just created a Page? And insert fields into the Page with CCK? Is that possible? Or - what? All that work yesterday! Now I have to start over? Please throw me in the right direction.
Comments
Why do you think you need to
Why do you think you need to start over?
Just assumed
Just assumed. Any guidance will be appreciated
What do you need guidance on?
What do you need guidance on? Why do assume you need to start over?
yes, CCK is for content
yes, CCK is for content types, not for actual forms that your visitors can complete and send you or something like that, it's for the content of your website, that's why its called content construction kit.
Webform is one module that comes to mind that might be able to address your need: http://drupal.org/project/webform
Signup is another one that comes to mind: http://drupal.org/project/signup
Thanks
I'm new, so I didn't understand that. But thanks for the suggestion. I tried Webform already but didn't like the way it turned out. I'll take a look at Signup.
Thanks