Posted: Tue Mar 13, 2007 1:18 pm
feyd | Please use
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
How about this? This would allow me to pass the 'totalamount' to the next page, but not the description.
[syntax="html"]<form action="order.php" method=post>
<p><strong>United States delivery address (We add sales tax for Washington state shipping addresses)</strong></p>
<p><input type=radio name="totalamount" value="28.00">1 year - $28.00<br>
<input type=radio name="totalamount" value="53.50">2 years - $53.50<br>
<input type=radio name="totalamount" value="79.00">3 years - $79.00</p>
<p><strong>If your subscription will be delivered to Washington state, use these choices</strong></p>
<p><input type=radio name="totalamount" value="30.49">1 year - $28.00<br>
<input type=radio name="totalamount" value="58.27">2 years - $53.50<br>
<input type=radio name="totalamount" value="86.04">3 years - $79.00</p>
<p><strong>Foreign & Canada</strong></p>
<p><input type=radio name="totalamount" value="32.00">1 year - $32.00<br>
<input type=radio name="totalamount" value="61.50">2 years - $61.50<br>
<input type=radio name="totalamount" value="91.00">3 years - $91.00</p>
<p><strong>First Class</strong></p>
<p><input type=radio name="totalamount" value="42.00">U.S. & Canada: 1 year - $42.00<br>
<input type=radio name="totalamount" value="64.00">Foreign: 1 year - $64.00</p>
<p><input type=submit name="submit" value="Continue"> <input type=reset value="Clear"></p>feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]