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.
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()"> Code (markup): use <form name="survey" method="POST" action="/sendmail.php" onSubmit="javascript: return Validate()"> Code (markup): cheers