I can't believe there isn't an EASY way to create a simple form using Drupal. Or have I missed something here?

I simply want to create a one-page form and submit button that will collect information from the user into 10 different fields then send an email to me with the data from those 10 fields.

Is that too much to ask of this powerful tool?

I do not know how to code PHP forms (or any forms) so am looking for a way to have Drupal produce the code for me. Isn't there something like that available?

CCK doesn't seem to do the trick because it is for creating a new CONTENT type. I just want a simple form and submit button.

Can anyone shed some light for me on how I might go about doing this simple task without having to learn PHP or using a 3rd party software (which I've been doing) to create the form code, please?

Thank you, anyone, for any advice and direction.

Comments

eaton’s picture

It sounds like Webform does exactly what you need. Check it out. :-)

--
Lullabot! | Eaton's blog | VotingAPI discussion

--
Eaton — Partner at Autogram

Chichee’s picture

Thank you! Webform did the trick. Thanks for taking the time to respond, Eaton.