Link to home
Start Free TrialLog in
Avatar of timmo26_80
timmo26_80

asked on

Code for Email Domain Validation on CFFORM

Hi,

Can someone please post the code for validation of a domain in a flash CFFORM. I was hoping the CFML for CFFORM would have an option for this but not that I can find. I only want to allow for certain domains so for example only email addresses @mydomain.com.au.

The below is the current code for the cfinput tag I am using. Any help is greatly appreciated.
<cfinput type="text" name="reqEmail" width="300" label="Email:" validate="email" required="yes" message="You must supply your email or the address given is in the wrong format.">

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Mr_Nil
Mr_Nil
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial