Page 1 of 1

Check email input validation

Posted: Sat May 09, 2015 6:53 pm
by Kristof D.B

Hello,

How can I make a user registration work where a username only can be an email address?


Check email input validation

Posted: Sat May 09, 2015 11:38 pm
by Illya Stepanov

Hi Kristof -

You can do this with JavaScript for example -- http://stackoverflow.com/questions/25...

  • or use any jQuery plugin for this depending on your implementation.