How can you increase the number of characters allowed? It is limited to 1000 and we need more than that. How do you increase this number?
How can you increase the number of characters allowed? It is limited to 1000 and we need more than that. How do you increase this number?
Comments
Comment #1
borgo commentedIt seems that the only way is to set the value
define('FEEDBACK_MAX_BODY', 1000);
in feedback.module to whatever you need.
Comment #2
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.