From WHMCS Documentation
User contribution: AJAX Order Signup Email Validation by nielsenj (See all by this user)
This mod will add AJAX functionality to the orderform to instantly notify users when their email is not valid.
Download latest version (1.0.0.0)
Features / Modifications
- Validates that the signup email is in a proper format (username@some-domain.com)
- Validates that the email domain is not also a domain they are ordering (optional)
- Validates that the email domain is not contained within the WHMCS "banned domains" list (optional)
- Instantly shows the user if they have entered an erroneous email
- The default WHMCS validation double checks that the email is in a proper format
Changelog
Version 1.0.0.0 (Original release)
Version 1.0.0.1 (Original release)
- Fixed: Banned email checking properly works (left out a '$')