I have a registration form where we can enter the information about a new user(i.e., First Name, Last Name, UserID, Email, etc...). If the user enter a userID which is already exist I want to come back to the same form with an error message(e.g, userID is already exist) with all the data in other fi...