Hi all.
I have a customer registration form up and running. I want to prevent existing user from inserting new records instead it should only update the already existing records. That is allow them to complete the form as normal, once they hit the submit button, the code should check if the same first name and last name is already in the database if yes then it should update their records and if not it should insert new record to the table.
I do not want to alert the customer that their records already exist.
Thank you for your time.
I have a customer registration form up and running. I want to prevent existing user from inserting new records instead it should only update the already existing records. That is allow them to complete the form as normal, once they hit the submit button, the code should check if the same first name and last name is already in the database if yes then it should update their records and if not it should insert new record to the table.
I do not want to alert the customer that their records already exist.
Thank you for your time.