Fast Loans - Healthy Living - Myspace Images - Loans - Car Credit

PDA

View Full Version : Why survey stop working when I past it to another folder?


Laszlo
Dec 2nd 2007, 8:52 am
Hi. I hired a guy to create a survey and he delivered it and I uploaded it to the root of my directories. It is working fine. But I had to put the same survey on some of my directory folders too but when I tested it and clicked submit button nothing happened. Can you guys help me why this survey is not working if I copy to another folder?

The link to the working survey is: http://www.1printer-supply.com/survey-inkjetcartridges.htm

I really appreciate all comments thanks.Laz.:)

hrcerqueira
Dec 2nd 2007, 8:57 am
You need to add sendmail.php to your directory folders, or, the easiest and best way, use an absolute path, instead of:


<form name="survey" method="POST" action="sendmail.php" onSubmit="javascript: return Validate()">


use


<form name="survey" method="POST" action="/sendmail.php" onSubmit="javascript: return Validate()">


cheers

Laszlo
Dec 3rd 2007, 4:14 pm
Thank you for your help I made it to work. Laz.

hrcerqueira
Dec 3rd 2007, 4:41 pm
You're welcome.