How do I create a form (for job applications) that allows non-authorized users of the site to fill in some information, performs very basic validation and sends them a confirmation mail. Also, the people running the site should be sent an email which basically contains all uploaded information.

I'm willing to build it myself in PHP but don't want to feel like an idiot in a week when I see that module that does exactly what I want

this is an example of what I want: http://www.benjijscherpgenoeg.nl/solliciteren/sollicitatie_formulier

thanks a lot,
Klaas

Comments

nevets’s picture

Have you looked at the webform module, there is beta release for Drupal 6

gollyg’s picture

you could try http://drupal.org/project/webform or build it yourself if you want to learn about module development and the form api

klaasvanschelven’s picture

Thanks... it seems to do exactly what I need!