I know this is old, but here is the fastest way I have seen to
accomplish this. Just add some css code to handle the error_message
display.  Ffor example:

form .error_message {
   color: #CC3333 !important;
   display: block;
}


Carl Franks wrote:
2009/2/4 abhishek jain <abhishek.netj...@gmail.com>:
hello,
I wish to customize the error messages displayed after applying a
constraint,
I mean the template / display and not the text of error message.

Have you tried...
http://search.cpan.org/~cfranks/HTML-FormFu-0.03007/lib/HTML/FormFu/Manual/Cookbook.pod#ADVANCED_CUSTOMISATION
http://search.cpan.org/~cfranks/HTML-FormFu-0.03007/lib/HTML/FormFu.pm#ADVANCED_CUSTOMISATION
http://search.cpan.org/~cfranks/HTML-FormFu-0.03007/lib/HTML/FormFu/Element/_Field.pm#RENDERING
?

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu



_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to