Hi
<form method="get" action="http://site.com/index.php">
<input type="text" name="">
<input type="hidden" name="more" value="whatever">
<input type="submit" value="Button-A">
^ this part works fine,
But the second form cannot take values from the textbox of the first form is the problem :(