i have this code:
http://inovasphere.com/form/results.zip
(in other words, the code is contained in the three files in the zip folder, and u can upload them to ur site and see how they work if need be, or you can open the files in a text editor and see them that way etc ...)
what it does is turns html form contents into an fdf file
it works here:
http://inovasphere.com/form
but not here
http://americanlawfirm.net/form
i think the issue is the directory structure
when i use my filezilla to upload to inovasphere the root directory is just:
"/ "
whereas in the root directory window with the americanlawfirm site i see:
"/www "
so it is like the code cant find the folder to put the result file in. not sure