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

nevets’s picture

Why do you think you need to start over?

Anonymous’s picture

Just assumed. Any guidance will be appreciated

nevets’s picture

What do you need guidance on? Why do assume you need to start over?

tdimg’s picture

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

Anonymous’s picture

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