<form method="post" action="index.php">
...
</form>
<form method="post" name="vza" action="index.php">
...
</form>
<form method="get" action="index.php">
...
</form>
<form method="post" action="index.php" name="refresh">
...
</form>
<form method="post" name="rla" action="index.php#diff_adress">
...
</form>