IE mixing forms
Posted: Thu Aug 06, 2009 7:37 am
Hi
I have a page in which use multiple forms in a table and another form
one form contains checkboxes in each table row and other forms are save buttons having some hidden fields each
Here is a display of my description:

I noticed that when I use IE, and press submit for checkboxes, none of form fields are sent to the action page
Here is sample of the html code:
How can I prevent this problem?
Thanks for your help
I have a page in which use multiple forms in a table and another form
one form contains checkboxes in each table row and other forms are save buttons having some hidden fields each
Here is a display of my description:
I noticed that when I use IE, and press submit for checkboxes, none of form fields are sent to the action page
Here is sample of the html code:
Code: Select all
<form method="post" action="contact-page.php" style="display: inline;"> <tr><td align="center"><font size="-2"> <form style="margin: 0pt; padding: 0pt;"><input name="vname" id="vname" value="email@usa.com" type="hidden"><input name="myname" id="myname" value="matt@email2.com" type="hidden"><input name="txthintid" id="txthintid" value="4" type="hidden"><div id="txtHint4"><input value="Save" onclick="saveinfo(vname.value,myname.value,txthintid.value)" type="button"></div></form> </font></td> <td><font size="-2">Anaheim</font></td><td><font size="-2"><a href="http://domain.com/" class="gray">Website</a></font></td><td align="center"><a href="http://www.mysite.com/contact-vendor.php?bname=Advanced%20Video%20-%20Orange%20County%20Wedding%20Video&bemail=email@usa.com"> <img src="test.php_files/envelope.gif" alt="Contact Vendor" border="1"></a></td><td align="center"><input name="check1" value="Advanced Video - Orange County Wedding Video_toexplode_aemail@usa.com" type="checkbox"></td></tr> similar table rows here</form>Thanks for your help