Hi there,
I have a form which is validated with the jQuery Validate PI.
The JS roughly looks as follows:
var validator = $("#contact_form").validate({
rules: {
name: {
required: true
}
},
messages: {
Hallo,
i would like to validate a formfield. Valid values are 01, 02 31,
like all possible days of a month.
The field validation should start after blur (like default) and after
the second sign was inserted(also in the first lazy-mode). When the
values are valid, the next form field should
2 matches
Mail list logo