I use two forms in one site, lets call the site test.php. The problem is that when I press the submit-button on the last form this line in the first form is run:
if($REQUEST_METHOD == "POST")
Therefor I get error-messages from my first form when that´s not the form I´m using.
Is there a way to solve this when both forms has a line like this:
<FORM action="test.php" method="post">
or do I have to make the call to two differnt sites?
I´m not so very good in explaining cause my english is very bad, but I hope you understand and can help me with my problem.