> Here is a question; I use a CFFORM with the CFINPUTS > to validate the required fields, simple, right? Well, > not for this host, it does not validate at all! This > is the page that is in question: > > http://www.tennisjobs.com/affiliates/new_affiliate.cfm > > > This is the response to my question about why this is > not working from the hosting company: > > " The only issue I could see regarding the CFFORM problem > would be that you need a CFIDE Mapping" > > Have any of you ever heard of this? I mean I have never > had CFFORM not work for simple required fields in CFINPUT.
Yes, as others have mentioned, the client will need to be able to fetch the script file from /CFIDE/scripts for any validation to work. In addition, I'm pretty sure that this is new in CFMX; in previous versions, all of the validation code was dropped directly in the page with the CFFORM tag. So, as a result, the validation code will no longer work on Netscape 2! (Or is it Netscape 3 - I forget which one introduced the SRC attribute for the SCRIPT tag?) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

