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