You are here

README.txt in Feedback 5

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 6.2 README.txt
  3. 7.2 README.txt
  4. 3.x README.txt
Description:
------------

This is a simple feedback module, allowing visitors to your web site to
send you email from web forms.

Features:
---------

* Multiple feedback pages are configureable. Each page has its own settings,
  so e.g. you can create two forms which send to 2 different e-mail address.
* It's possible to define a list of categories which the user has to choose
  from - similar to drupals core-contact module since 4.7.
* Flooding Prevention. Each user is only able to send a configureable amount
  of mails per hour. So you are safe from flooding attacks.
* Configurable required fields on the web form (Sender Name, Postal Address,
  Phone Number, Message Subject, Message Body)
* If the visitor is a registered user of the site, then the sender's
  email address field and sender's name default to the values entered
  upon registration
* Configurable subject prefix for messages sent by visitors
* Configurable instructions/guidelines text above the form (for example,
  you can use this to link to your FAQ page, site map, or ask users to do
  a search before contacting you)
* Contact mail address can be different from the general email address
  of the site administrator
* Optional setting for logging of all attempts to contact you to the
  Drupal log
* Mails the IP address of the sender and the browser they are using to 
  the siteadmin (helps detect bots, and abuse)
* Works with clean URLs as well as regular URLs (post 4.5.0 CVS version) 

Database:
---------
With 4.7 and later this module uses own database tables, which are automatically
created for you. Previous versions did not require any new database tables, so
in any case you needn't care.

Installation:
-------------

Please see the INSTALL document for details.

Bugs/Features/Patches:
----------------------

If you want to report bugs, feature requests, or submit a patch, please do so
at the project page on the Drupal web site.
http://drupal.org/project/feedback

Author
------
Originally by: Barry O'Rourke (barry@alted.co.uk)
Rewritten by: Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
Again rewritten by: Wolfgang Ziegler (nuppla@zites.net)

File

README.txt
View source
  1. Description:
  2. ------------
  3. This is a simple feedback module, allowing visitors to your web site to
  4. send you email from web forms.
  5. Features:
  6. ---------
  7. * Multiple feedback pages are configureable. Each page has its own settings,
  8. so e.g. you can create two forms which send to 2 different e-mail address.
  9. * It's possible to define a list of categories which the user has to choose
  10. from - similar to drupals core-contact module since 4.7.
  11. * Flooding Prevention. Each user is only able to send a configureable amount
  12. of mails per hour. So you are safe from flooding attacks.
  13. * Configurable required fields on the web form (Sender Name, Postal Address,
  14. Phone Number, Message Subject, Message Body)
  15. * If the visitor is a registered user of the site, then the sender's
  16. email address field and sender's name default to the values entered
  17. upon registration
  18. * Configurable subject prefix for messages sent by visitors
  19. * Configurable instructions/guidelines text above the form (for example,
  20. you can use this to link to your FAQ page, site map, or ask users to do
  21. a search before contacting you)
  22. * Contact mail address can be different from the general email address
  23. of the site administrator
  24. * Optional setting for logging of all attempts to contact you to the
  25. Drupal log
  26. * Mails the IP address of the sender and the browser they are using to
  27. the siteadmin (helps detect bots, and abuse)
  28. * Works with clean URLs as well as regular URLs (post 4.5.0 CVS version)
  29. Database:
  30. ---------
  31. With 4.7 and later this module uses own database tables, which are automatically
  32. created for you. Previous versions did not require any new database tables, so
  33. in any case you needn't care.
  34. Installation:
  35. -------------
  36. Please see the INSTALL document for details.
  37. Bugs/Features/Patches:
  38. ----------------------
  39. If you want to report bugs, feature requests, or submit a patch, please do so
  40. at the project page on the Drupal web site.
  41. http://drupal.org/project/feedback
  42. Author
  43. ------
  44. Originally by: Barry O'Rourke (barry@alted.co.uk)
  45. Rewritten by: Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
  46. Again rewritten by: Wolfgang Ziegler (nuppla@zites.net)