0

I'm confounded why this won't work - the first select works, the second one doesn't. The first one though, does not provide any textual info about the selection.

<form action='https://www.sandbox.paypal.com/cgi-bin/webscr' method='post'>  
<input type='hidden' name='cmd' value='_xclick'>  
<input type='hidden' name='business' value='payments@site.com'>
<select name='os0'>
<option value='25€ Individual'>Individual rate - 25&euro;</option>
<option value='75€ Group'>Agency rate - 75&euro;</option>
</select> 
<input type='hidden' name='option_index' value='0'>
<input type='hidden' name='option_select0' value='25€ Individual'>
<input type='hidden' name='option_amount0' value='25.00'>
<input type='hidden' name='option_select1' value='75€ Group'>
<input type='hidden' name='option_amount1' value='75.00'>
<input type='hidden' name='currency_code' value='EUR'>  
<input type='hidden' name='return' value='http://www.site.com/backtoyou/'>   
<input type='submit' value='Pay with PayPal!'>  
<img alt='' border='0' src='https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif' width='1' height='1'>
</form>
4

0 回答 0