Hi Team, I am creating a sign up system and want to prevent user to use the same email address existing in the database while registering. How can I check if the email ID exists in the database before user click the Complete Sign Up Button? Meaning I want to validate the Entered Email ID as soon as its input in the input box.
Thanks so much… any help is greatly appreciated