Server side validation June 03, 2020, 04:20:19 PM In the user register form I must validate if one of the entered values exists in one table of the database. How can I do that? How can I show the validation message in the case the value doesn't exists? Quote Selected
Re: Server side validation Reply #1 – June 04, 2020, 07:31:07 AM @mirkocoz please from the UserRegister Page/AddPage Field Properties, set CheckDupplicate to True. Quote Selected
Re: Server side validation Reply #2 – June 04, 2020, 11:39:55 AM Hi Willvin, thanks. But the field to verify if is duplicated is in another table, not in the users table. Quote Selected
Re: Server side validation Reply #3 – June 05, 2020, 09:46:04 AM @mirkocoz on the table when you are adding the records configure the fields you don't want to be duplicate, and also if none of the solutions provided does solve your issue then the option you have is to write your PHP logic manually. Quote Selected