Email Validation in Registrraion Form in javascript -


this question has answer here:

i have 1 register-form creating account.in email field how can check enter email real email id or fake email id without sent email.and when user leave field validation start.any idea please share me....

you can't work js(without sedn email):

i recommend send code user rmail , verify that.

this way valid email , register user.

note : if want know email in email pattern can html , js :

html way :

<input type="email" name="email"  placeholder="your email"> 

js way :

how validate email address in javascript?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -