Hi, I am trying to give users a special title if they sign up using some specific email domains (for example: @whatever.com or @this.com)
I have the @whatever.com and @this.com domains in the DB saved as “special domains”
How can I set that conditional?
Using if input email “contains” do search for “special domains” is not working since “contains” also reads the part of the email that comes before the “@”, in that sense, the input email never matches to the “special domains” in the database.