Email already exists

New Bubbler here, I have creating a sign up page for my app (which works with Google / Facebook too)

Problem: if an email address is already registered on the system their is no notification of this to the user. The sign up screen just appears to not function

Request: to display feedback to the user the email already exists after a duplicate email is entered as a sign up.

Tried to search the forums but I cant solve this issue.

Not a direct way but before hitting the “Sign up the user” action, you can check whether this email exists in the “user” database.

Ankur@ Nocodetalks
Helping Bubble Devs to build No-Code Products. Follow me on Twitter

2 Likes

Yes what @ankur1 said, just said a condition on the action “sign up user” to search for the inputted email, and if the search is empty continue.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.