What if you split your messages up?

            messages: {
                name: {
                     required: "Namen eintragen"
                }
                email: {
                     required: "Eine gültige Email-Adresse eintragen",
                     email: "Invalid email format"
                },
                /// and so on....
            }


On Mar 11, 4:00 am, phred78 <phre...@gmail.com> wrote:
> Hi,
>
> I'm sorry if this is a double post but I can't find the original one.
>
> I'm having problems with jquery-validation on IE. It's working fine in
> every other browser.
>
> This is the page:
>
> http://www.thecentroexperience.com/de/wellness/contest/28/
>
> It should validate all the fields, but in IE it won't allow the form
> to be submitted, even after the inputs have been filled.
>
> Can anyone please check my code and see if I'm missing something?
> If you submit the form, please use "Test" and "t...@test.com" as name
> and e-mail.
>
> Thank you!
>
> Frederico

Reply via email to