I would like to know how to make Bubble’s mail validation only allow users to register from a specific domain name when they register with an email address. For example, you can only allow users to register with @gmail.com.
Put a condition on the register workflow:
(only when) email input’s value: extract domain contains @gmail.com
email *input’s *value: *extract *domain *contains *@gmail.com
Each asterisk is a new thing being selected on the expression.
thank you so much!! I could do it!
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.