Skip to main content
Topic: Server side validation (Read 1068 times) previous topic - next topic

Server side validation

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?


Re: Server side validation

Reply #2
Hi Willvin, thanks. But the field to verify if is duplicated is in another table, not in the users table.

Re: Server side validation

Reply #3
@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.

 

Re: Server side validation

Reply #4
thanks @willvin.