I am new to Bubble and need help!
I am creating a sign up page and only want people with working email to sign up\login else unhappy path showing please provide your working email.
I am new to Bubble and need help!
I am creating a sign up page and only want people with working email to sign up\login else unhappy path showing please provide your working email.
This is my first time trying to help someone so hopefully this works.
In the workflow for signing the user up, at the bottom where it says “Only when” add:
Email Input’s value contains “@workemail.com”
Again, hopefully that helped!
Hilarious!
I want to know about company emails only
You can use :extract operator and extract domain component:
Here I have an input to fill the email and a text field with the result of :extract operator:
So for you sign up WF add a condition "only when: input email’s value:extract domain IS “your_working_email_domain”.
This topic was automatically closed after 70 days. New replies are no longer allowed.