I want user should Sign Up using institution’s email address (i.e. XX@yale.com, xx@pay.org) not free one (i.e. xx@gmail.com, xx@outlook.com). How I can do that?
Hey there and welcome to the community.
You can add a condition on the workflow that signs the user up. When you click on the main workflow (not the steps) there is a option on the pop called only when. You can then put only when input-email does not contain @gmail.com for example. That would work for one or two domains but it can get pretty long and confusing with many types.
You can also create a data type called blacklisted-domains with the text field “domain” for example. And create entries for every domain you want not allowed. Then in the workflow your condition would look something like - Only when input-email does not contain do a search for blacklisted-domains’s domains
Hope that helps maybe?
Thank you Joseph for the help. Where I can find the list of free domain database so that I can put them in blacklist?
Maybe something like THIS
Thank you Joseph
This topic was automatically closed after 70 days. New replies are no longer allowed.