I have a custom registration form which is working great and does not allow duplicate username or email as expected AFTER the form is submitted.
Instead of waiting until after the user clicks on submit, I like to add the functionality that the username and email are checked as soon as the user enters them. This will be a better user experience instead of coming back to enter a new username or email.
Any idea how to do this?
Instead of waiting until after the user clicks on submit, I like to add the functionality that the username and email are checked as soon as the user enters them. This will be a better user experience instead of coming back to enter a new username or email.
Any idea how to do this?