Replies: 1 comment 3 replies
-
Please edit title to lower case @samaremad |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI EVERYONE
i need to check if the email allready created for another user so that the error shown th enter another email how can i do that
i write the below code in Usergrid but it dosnt work correct
this.form.Email.addValidationRule(this.uniqueName, x => {
var e = this.form.Email.value;
if (UsersRow.Fields.Email == e)
return "this email address allready created "
}
Beta Was this translation helpful? Give feedback.
All reactions