Feedback Module
The Feedback Module enables a Drupal website to receive general feedback or enquiries. This has the advantage of protecting email addresses from being exposed directly on the website and therefore being targets of SPAM.
When the Feedback Module is installed it can be configured to display a form and prompt for:
- Sender Email Address
- Sender Name
- Postal Address
- Phone Number
- Message Subject
- Message Body
In addition, this module is configured to:
- Provide instructions on how to complete the form or what type of information should be submitted, for example: “Genuine sales enquiries only please”
- Forward all incoming feedback to a specific email address
- Display alternate responses to the user if their feedback was accepted (all mandatory fields completed) or if it was rejected
- The email address which should receive all form submissions
Most Drupal websites have a link to a feedback or contact us page in the header or footer of the website. And generally, this is also available via the URL:
http://<website>/feedbackorhttp://<website>/contactus
I Am Being Spammed By My Website!
To get around this issue, Drupal has another module called CAPTCHA, http://drupal.org/project/captcha which provides an extra level of protection against SPAM.
A CAPTCHA (an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart", trademarked by Carnegie Mellon University) is a type of challenge-response test used in computing to determine whether or not the user is human.
Source: http://en.wikipedia.org/wiki/Captcha


