[html-formfu] customize display of error messages

Ascii King tech at swattermatter.com
Mon May 11 15:27:41 GMT 2009


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.netjain at 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 at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>
>   




More information about the HTML-FormFu mailing list