Sign Up with a domain name email

Hi,
I want that the user who want to sign up, should have a certain domain name address. How can I do that please ?
Thanks in advance

Build the sign up form yourself using text inputs (not the default sign up forms)

Have sign up button “sometimes visible” IF ‘email input’ CONTAINS exampledomain

It’s not foolproof i guess, but a basic measure to check that the email contains the domain.

On a second note, you might want to send a verification email to them (SendGrid integration), and have them input the code to access functionality on the app.

2 Likes

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