Auto-complete seems to be creating email already exists error

Initial Sign-up form.

Sign up collects

Email
Password
Full Name
Cohort

If the Google complete function is used for the Full Name field, then an “email already exists” error is shown. But the user/email doesn’t actually exist.

How do I fix this?

Hey @brock,

Here, you’d probably want to edit the visibility of the “email already exists” error.

Click on the “email already exists” text, then click on the three dots next to it and press “Change Visibility”.

You will see a red text value that says “Always visible” change that to → “Sometimes Visible”.

Then, enter:

Will be visible if: All Users → Count
then add a custom filter:
Email
is not equal to
Input (Input from the signup email form). OR logged in user > input (input on the signup email form)

Now, that error message should only display if the email already exists in your Users database. Hope this helps, let me know if it doesn’t and I’ll try helping to the best of my knowledge.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.