Hi I have a form with a submit button at the bottom. But also have a form in the middle that I would also like to work.
When you click the View form it goes to the indexpre.php?i=1 not the indexpre.php?i=2
<form action="indexpre.php?i=1" method="post"><div id="wrap">
<div id="dpwrapodd"><br>
<div>NOTHING<Input type = 'Radio' Name ='action[B0000006507]' value= '0' checked ></div>
<div>DELETE<Input type = 'Radio' Name ='action[B0000006507]' value= '1'></div>
<div>RELEASE<Input type = 'Radio' Name ='action[B0000006507]' value= '2'></div>
<div>CLEAN<Input type = 'Radio' Name ='action[B0000006507]' value= '3'></div>
<div align='center'><form action="index.php?i=2" method="post"><input type="submit" value="View" name="View"> <input name="file" type="hidden" value="B0000006507"></form
></div>
<div>B0000006507</div>
</div>
<div id="pharserwrapodd">
<div style="width:1000px ">test</div>
</div>
<div id="pharserwrap"><br><inpu
t type="submit" value="SUBMIT" name="submit">
</form>
Does any body know a way to do this better or get this to work. I would like to have the form inside the other form but them not linked in any way.
Thanks
Fixitben
Start Free Trial