We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20336
    • 2 Posts
    hi,

    I can’t seem to find the answer to this in the documentation...

    During testing when I submit a form with an invalid email domain the form fails to send and doesn’t display an error message. In the "default.inc.php" file I can see among the other error messages this one:

    $_lang[’formit.email_invalid_domain’] = ’Your email address does not have a valid domain name.’;

    This indicates that there perhaps should be a validator for this but I can’t see it in the documentation (http://rtfm.modx.com/display/ADDON/FormIt.Validators) - using ’emailaddr:email’ doesn’t cover it.

    Does anyone know how to call this validator?

    thanks.