I am having trouble getting my form to validate before the user hits submit on my production server. The code for each page is the same on both dev and production. I'm running windows 2003 on CF8. I have two servers - development and production. Development server seems to work fine but Production server form does not work as it should as far as validating the fields. I checked into the issue a bit more and found that the cfform.js and mask.js file was not found on the production server. However, the development server it was through the actual page on the frontend web browser. The weird thing is - Both are set to the same directory for each server and I have confirmed through the server that it in fact exists. So I am not sure why it is having trouble finding these JS files. This is where the directory is set to through coldfusion mappings for both dev and production: /CFIDE C:\Inetpub\wwwroot\CFIDE and the scripts directory for both dev and production: /CFIDE/scripts/ If anyone can assist or if I need to clarify I would greatly appreciate it .
I have had a similar issue with both cfmx7 and cf8 on a windows shared server. I had to upload the cfide/scripts folder and all of its contents to the root folder of the website directory. Funny thing is on development server this is not nessesary but on the shared sever I dont have direct access to cfide/scripts in the wwwroot directory. So in the root folder for the website I created a cfide directory and upload all the files to that folder. That worked everytime. Sorry in advance if this doesnt help you out. James