[jQuery] Re: How do I use a general error message with the Validation plugin?

2008-01-19 Thread Nazgulled

Thank you, that fixed it!

I tried using $.validator.messages.required = ""; before, but I didn't
noticed the version was 1.2 instead of 1.1 (the one I was using).

On Jan 19, 2:17 pm, "Scott González" <[EMAIL PROTECTED]> wrote:
> Check out the Marketo demo which is included in v1.2rc1 
> (seehttp://tinyurl.com/ytgwmf).  In particular, look at lines 28-40 in
> mktSignup.js.
>
> On Jan 18, 9:49 pm, Nazgulled <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I'm using the Validation plugin (http://bassistance.de/jquery-plugins/
> > jquery-plugin-validation/) but I'm having a little problem that's
> > making me crazy. I've searched a lot and I've read the documentation
> > over and over but I don't know how to do this.
>
> > I've setup the plugin correctly with my form and everything is working
> > fine, the form is validated correctly. However, for each input, there
> > is a specific error message. I want to get rid of this error message
> > and place a general message saying "there are errors, check the
> > highlighted boxes". I've already highlighted the boxes with erros I
> > just don't know how to hide the error messages and display a general
> > one.
>
> > Help please!


[jQuery] Re: How do I use a general error message with the Validation plugin?

2008-01-19 Thread Scott González

Check out the Marketo demo which is included in v1.2rc1 (see
http://tinyurl.com/ytgwmf).  In particular, look at lines 28-40 in
mktSignup.js.


On Jan 18, 9:49 pm, Nazgulled <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm using the Validation plugin (http://bassistance.de/jquery-plugins/
> jquery-plugin-validation/) but I'm having a little problem that's
> making me crazy. I've searched a lot and I've read the documentation
> over and over but I don't know how to do this.
>
> I've setup the plugin correctly with my form and everything is working
> fine, the form is validated correctly. However, for each input, there
> is a specific error message. I want to get rid of this error message
> and place a general message saying "there are errors, check the
> highlighted boxes". I've already highlighted the boxes with erros I
> just don't know how to hide the error messages and display a general
> one.
>
> Help please!


[jQuery] Re: How do I use a general error message with the Validation plugin?

2008-01-19 Thread Nazgulled

Please, anyone... I really need to have this ASAP!

If anyone can help me out I would really appreciate it...

On Jan 19, 2:49 am, Nazgulled <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm using the Validation plugin (http://bassistance.de/jquery-plugins/
> jquery-plugin-validation/) but I'm having a little problem that's
> making me crazy. I've searched a lot and I've read the documentation
> over and over but I don't know how to do this.
>
> I've setup the plugin correctly with my form and everything is working
> fine, the form is validated correctly. However, for each input, there
> is a specific error message. I want to get rid of this error message
> and place a general message saying "there are errors, check the
> highlighted boxes". I've already highlighted the boxes with erros I
> just don't know how to hide the error messages and display a general
> one.
>
> Help please!