Try this:

<INPUT TYPE="CHECKBOX" id="suffix_{0}" NAME="suffix[]" value="{1}"
validate="required:true,minlength:2, messages: { required:'required
message', minlength: 'minlength message' }">

Jörn

On Mon, Mar 23, 2009 at 9:14 PM, Korro <sirko...@gmail.com> wrote:
>
> Hello.
> I have code like this:
>
> <INPUT TYPE="CHECKBOX" id="suffix_{0}" NAME="suffix[]" value="{1}"
> validate="required:true,minlength:2">
>
> I'm using Validate with Metadata.
>
> How can I add custom validating error message for this field?
>
> Thanks in advance.
>

Reply via email to