And about form submit before to validate e-mail field?

Do you know something about that?


Thanks
Alexsandro

On 13 nov, 14:00, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> The plugin doesn't support that. As a workaround, you can use jQuery's
> ajaxSend callback to add additional data to the 
> request:http://docs.jquery.com/Ajax/ajaxSend#callback
>
> Jörn
>
> On Thu, Nov 13, 2008 at 3:35 PM, shapper <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I am using the following to validate an email field:
>
> > Email: { email: true, remote: "/Account/FindEmail", required: true }
>
> > I am checking if there is already an account with that email.
>
> > In my form I also have an input where the user inserts its username.
> > When validating the email I need to send also the Username an not only
> > the email.
>
> > Can I do this?
>
> > Thanks,
> > Miguel

Reply via email to