Create a custom contact form
joshua.howell - May 22, 2008 - 04:36
what is the "proper" way to go about creating a custom contact form which has some type of spam protection (CAPTCHA, etc)? I have made a few with PHP snippets in 'page' nodes but was unable to find a way to add CAPTCHA to them. Is there a simple way to create a contact form which has some extra input fields and spam protection without having to install a dozen extra modules!?
Thank you.

webform module
The webform module works well for creating customized contact forms. It has some minimal CAPTCHA functionality built in.
--
Drupal Theme Developer’s Cheat Sheet | 45 Screencasts to Get You Kicking Ass with Drupal
I checked out the webform
I checked out the webform module and it seems really good. The only difficulty was getting the CAPTCHA module to work with it but thanks to a message posted at http://drupal.org/node/174571#comment-650122 it is working now. Thanks for your reply Matt.