HI!

I'm using jQuery Validate and i'm wondering why it's not possible to
use the label field or the title field to display generics errors
messages.

ex:
<input type="text" title="My Field" class="required"/>
Current display: This field is required.
Proposal display: The field "My Field" is required.

With inline error messages, there is no problems, but with an error
container, it means that you should override the default message for
each control manually.

I noticed that could already display arguments into custom messages
like "Please enter at least {0} characters.". I think it would be
great to have the same functionnality with the entry label and/or the
title field.

Reply via email to