By klaasvanschelven on
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
Have you looked at the
Have you looked at the webform module, there is beta release for Drupal 6
Webform should handle it
you could try http://drupal.org/project/webform or build it yourself if you want to learn about module development and the form api
Thanks... it seems to do
Thanks... it seems to do exactly what I need!