Be nice to have a theme function for the form. Could manipulate $form['help'] in a form_alter() though I suppose.

CommentFileSizeAuthor
feedback-theme_form.patch1.24 KBsirkitree

Comments

sun’s picture

+++ feedback.module	14 Nov 2009 07:20:56 -0000
@@ -136,10 +139,26 @@ function feedback_form() {
+  unset($form['messages']);

huh?

Also - not sure whether this isn't a duplicate of #693880: Alternative UIs/themes ...

jody lynn’s picture

Status: Needs review » Closed (duplicate)