hey yall,
I have a requirement for many "types" of feedback, and I realised this in my project by having multiple configurable feedback prefixes, which can then be used as filters on the mail client. Basically this lets them categorise their website feedback a little.
I realised this by adding a select field to the feedback form, and allowing this to be edited in the admin/settings section.
I also added a way to restrict the feedback 'type' to 1 setting through the use of a querystring parameter, fbtype. For example:
?q=feedback&fbtype=1
I have taken a few screenshots, which are available here:
http://scott.evolove.net/drupaldev/
I have attached my module code. Comments welcome!
| Comment | File | Size | Author |
|---|---|---|---|
| feedback_3.module | 18.46 KB | starmonkey |
Comments
Comment #1
sunDevelopment on Feedback module v1.x has ended. Beginning from 2.x, the Feedback module has been replaced with a completely different module with a different purpose. Please note that Feedback 2.x is not compatible with 1.x. See #279636: Turn Feedback into user feedback module for further information.
There will be a final 5.x-1.1 release with all existing and tested patches in the issue queue applied. If you need the functionality of the Feedback 1.x module, the Contact module in Drupal core as well as the contributed Webform module are recommended replacements. However, there is no migration path to those modules.
Marking as won't fix.