Signing up only with an specific domain on their emails

Hello everyone! I’m building this app that needs the user to sign up. But, I want to configure it with a constraint that the only way to signup is if you have a specific domain.

For example. Imagine I restricted access to only users with the domain @hello.com. I only want to allow people that have that domain on their emails. If the user has an email with a domain different from that such as @gmail.com or @bubble.com, he can’t sign up for the app.

Is there any way to do that on Bubble?

Thanks in advance!

Hi there, @mzgo2000… to do what you described, you could add a condition to your signup workflow event that runs the event only when the domain is a certain value.

sign-up

You could also use a similar condition to do other things such as disable the the sign up button when the domain is not the specified value.

Hope this helps.

Best…
Mike

2 Likes

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