Hello, I am having some problems getting a checkbox for terms acceptance to work.
<form name="theForm" method="post" action="updateitem.asp" onsubmit="return validate(theForm);">
Form Stuff
<table border="0" cellpadding="3" cellspacing="0" width="98%" class=fn10>
<tr>
<td align=left><input type="submit" value="Update Quantity / Shipping" class="fn10">
<td align=right><input type="button" value="Continue to Checkout >>" onclick="window.location.href='getaddr.asp';" class=fn10></td>
</tr>
</table>
</p>
What I want is a checkbox for "I accept the terms"
Note that there is a submit button that will cause an update of the data. The Button for continue is the one that will go to the next page.
Ideally, I would like the checkbox to remain if they click the checkbox and then the update/submit.
I'd really appreciate any guidance. I hit a mental block on this and couldn't get it after a couple of hours.
Thanks
Chris