Muy raro, si tienes dos formularios completamente diferente, te debe traer la información que corresponde. Si tratas de hacer algo así
Código HTML:
Ver original<form action="pagina.php" method="post"> <input type="text" name="foo" />
<form action="pagina.php" method="post"> <input type="text" name="bar" />