I had having problem with remote at www.assessoriatecnica.com.br in "Receba nosso informativo por e-mail" label below.
The form submit before to validate e-mail field. And I don't know how fix it. On 13 nov, 12:35, 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