Report Field
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Report invalid fields on the site. For example, field that displays e-mail address or telephone number has wrong address/number. This module allows user to report that field as invalid. If registered user report field, it will be automatically marked as invalid, displaying text entered in configuration form. For anonymous users, e-mail with confirmation link will be sent.
Similar modules:
Flag (https://www.drupal.org/project/flag). Differences: With flag module user can report content on node level. With report_field module content can be reported on field level.
Installation and usage:
1. Ensure JavaScript is enabled.
2. Put "report_field" module folder in "sites/all/modules".
3. Go to "admin/modules" and enable "Report Field" module.
4. After enabling module configuration page will be available (admin/config/content/report_field).
5. First tab, FIELD LIST, displays all fields for each content type available on site. By clicking checkbox next to field name, report field will be available next to that field. Fill in 'Label' and 'Reported' textboxes and optionally check 'Message' field checkbox. 'Label' field defines text displayed next to checkbox rendered below the field. 'Reported' field defines text that is displayed after field is reported. Finally if checked 'Message' field will allow user to enter some comment when reporting invalid field.
6. Second tab, REPORTED FIELDS, lists all fields that are reported by users, both anonymous and registered.
7. Third tab, ADDITIONAL SETTINGS, allows user to enter number of days after which all pending request will be deleted (default value is 7 days).
