Community > Discussions
23 views
1 replies

check if email already exists Is On Form Validation instead of an error and my success message

I get the following error if a users email is already in the table.How do I validate if it exists before submission so the messages don't conflict for the user?

A user already exists for the user name specified. Please register again using a different user name.

Louise Dixon Louise Dixon
Published 04/04/2020 15:31
Add Comment
Mandeep Singh

The error is the validation; requesting the user to change the username and try again. If you need to validate prior to the user clicking on submit button then you'll need to write your own sql for validation and run it via JavaScript action. There is no documentation for this as the setup varies for each use case. 

replied 04/06/2020 19:11

Last Activity 04/06/2020 19:11