Hello, I am trying to validate the e-mail with a custom domain, For example, the e-mail field must have @cat.com, I tried with IS_EMAIL but can’t figure out how to impose the custom domain. The goal is the field e-mail must accept only e-mails with the @cat.com domain.
Thanks.