mailgun / validator-demo

Mailgun email address jquery validation plugin http://mailgun.github.io/validator-demo/
Apache License 2.0
257 stars 80 forks source link

Submit form when email is valid #14

Open andresviviani1 opened 8 years ago

andresviviani1 commented 8 years ago

Hi, I'm using your validator for an email in a form. I can't figure out how to submit the form when the email is valid. I tried with $('#form').submit(); and many other ways but it works only when I click again and the validator doesn't validate because it is the same email.