I have a requirement for my current project to have two custom mail forms with numerous fields.

My obvious reaction to this is to develop a xhtml based form and place it into the content of a page node. I can see this is possibly not going to work however.

Obviously there is the option for just ONE contact form within Drupal which you cannot apply custom fields to presumably without installed CCK which I cannot at present as I an running V6.01.

What has anyone else done where forms have been required for drupal sites?

Comments

rernst’s picture

There's the feedback module, but it doesn't seem to have been updated for 6.x:
http://drupal.org/project/feedback

It lets you create multiple feedback forms which can be sent to different addresses.

Perhaps you could do something similar with the Drupal Forms API, and then just mail the results of the form out on submission.

avangelist’s picture

Thanks for the heads up, I will look into that.

Web Developer
Music Photographer

avangelist’s picture

Shockingly this is still an issue.

All I want to do is build a bog standard mailform with my own form action assigned to it. If I can create it as a custom module brilliant if not I am happy to work with the webforms module but I cannot work out how to add the form action onto that either?

Any guidance appreciated.

Web Developer
Music Photographer