do you have a /CFIDE mapping or folder in the vhost you are using? CFFORM requires some javascript files in this folder.
HTH Gav ----- Original Message ----- From: Bouwens, Ryan <[EMAIL PROTECTED]> Date: Fri, 10 Sep 2004 09:49:32 -0800 Subject: [cfaussie] Client Side Form Validation To: CFAussie Mailing List <[EMAIL PROTECTED]> I'm currently running 6.1 MX and client-side cfform based validation seems to be doing nothing. I have read though the documentation and even simply copy and pasted the examples, however the inputs still allow anything. <cfform action="" method="post"> <cfinput type="Text" name="homephone" message="Enter telephone number,formatted xxx-xxx-xxxx (e.g. 617-761-2000)" validate="telephone"> <input type="submit"> </cfform> There is a simple example of what I try to run, I enter the letter "j" in the text box and it brings up the second page with no error. The _required type of validation still works. Ryan Bouwens Web Developer Southcentral Foundation 907-729-5471 [EMAIL PROTECTED] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
