I am creating a field for sending news from my page to the user who registers his email in the input field. this entry creates in my database called News. What I wanted to do are 2 steps:
send registration confirmation email to new users.
show a pop-up if the email is already registered in my News table.
How can I do this? There is no way to create a new account because it would not be a user record but just an email record.
I actually just responded to someone else with a similar question:
Yours sounds like it has an extra step needed for verification. Bubble has the build in confirmation system for Users, but you would need to manually have that logic for your News datatype.