is it possible to add another 'not Required' warning message when the EmailAddress contains a commercial domain. (For ex: if the email address is "test@yahoo.com" then there should be an warning message.
Please help!!
C#
Last Comment
RadhaKrishnaKiJaya
8/22/2022 - Mon
Darren
Hi
Could you write your own custom validator for the email address and check both email and check for a set of domain names. You would probably need an exhaustive list of domains.
Could you write your own custom validator for the email address and check both email and check for a set of domain names. You would probably need an exhaustive list of domains.
Thanks,
Darren