It would be nice if in the settings we could remove the text entry box for certain reasons. This is because some reasons are self explanatory. On a side note, it would also be nice to have the option to change the color scheme without editing the CSS file. Great module though, thank you.
Comments
Comment #1
eugene.ilyin commentedHello
Not bad ideas. Can you describe how it should looks?
Comment #2
SomeRandomGuy commentedSomething like the image linked below.
IMAGE
Maybe having an option in the configuration page on which reasons to not show the text entry for.
Comment #3
eugene.ilyin commentedThank you. I think that change color via settings form - is to complex settings for this module. But few options for text I can add.
I'll try to do it on next weekend.
Comment #4
eugene.ilyin commentedI investigated your request:
1. Textarea with the complaint message and validation for it, can be removed/changed via hook_form_alter. It's Drupal way.
2. Text for button also can be changed via hook_form_alter.
3. Do not hesitate to change style via css.
But I found few problems and fixed them. Thank you.