Alright, so I need to create a webform so that any people can register all their personal data so that they can be registered for some particular task. Later this information should be watched for one autheinticated user. An email notification would be a pluse.

Since they could be anyone and not just authenticated people, I'm wondering what would be best modules, well, really the easier way.

I found that I can do a form with CCK, but I'm not sure if it could be stored on the database and if I could actually let the information be checked by a specific user. Also I checked the webform module but then I'm not sure even how to do the form or if actually this module stores the information on the site's database or just sends this to some email.

Maybe Askimet and Captcha would be a nice plus, I watched a video somewhere that tells how to create a custom contact form, but I'm not sure how practical could be this so that the info could be stored and later checked by someone authenticaded.

So please any suggestion? Which modules and some tips on how to please!

Comments

ray_223’s picture

webform can do what you want very easily.
It does store the data in the database and can send an email.

CCK can also do this. It won't send an email automatically though. (I'm sure if you look you will find an example of how to do this).

The captcha module will add a "captcha".

It sounds like you have all the right modules but just haven't used them enough? Or you have other requirements you didn't mention?

Ray Smith
http://RaymondSmith.com

chasz’s picture

hi there,

can i use cck to store an array ?? like a list of image URLs?? and then pass it to BBCODES?

Gauss1777’s picture

Maybe I just need to realize how to use the webform module. To make the webform do I need to use php as doing any other drupal form page without webform module? Since I've not done forms before I'm a little confused on how would I make a secure form.