Are "/CFIDE/scripts/cfform.js" and "/CFIDE/scripts/masks.js" available from the root of the site?
If the CFIDE virtual directory is missing and those two scripts are 404'ing, that's usually a common cause. If the form fields are critical, you should consider adding some server-side validation too in case the client browser has javascript disabled. Jon On Sep 20, 2006, at 1:15 PM, Les Mizzell wrote: > Validation is being ignored. > Any ideas why? > > <cfform name="red24" action="red24.cfm" method="post" > > > <cfinput type="text" > name="ReplyTo" > message="Please enter a valid email address" > validateat="onSubmit" > validate="email" > required="yes" > class="textinp"> > > ...... > > Level: Enterprise > Name ColdFusion Server > Version 7,0,2,142559 > > > View source on the page in question shows the appropriate javascript > being generated > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253637 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

