The code:
<form target=“paypal” action=“https://www.paypal.com/cgi-bin/webscr” method=“post”>
<table><tr><td><input type=“hidden” name=“on0” value=“size”>size</td><td><select name=“os0”><option value=“small”>small<option value=“medium”>medium<option value=“large”>large</select>
<input type=“hidden” name=“add” value=“1”>
<input type=“hidden” name=“cmd” value="_cart">
<input type=“hidden” name=“business” value="email@domain.com">
<input type=“hidden” name=“item_name” value=“lion”>
<input type=“hidden” name=“item_number” value=“mane”>
<input type=“hidden” name=“amount” value=“9.00”>
<input type=“hidden” name=“no_note” value=“1”>
<input type=“hidden” name=“currency_code” value=“USD”>
</form>
I have gone through the forum threads and found great help.
http://www.kirupa.com/forum/showthread.php?t=29681&page=2&pp=15&highlight=paypal
However i’m having problems with converting this part of the html :
<table><tr><td><input type=“hidden” name=“on0” value=“size”>size</td><td><select name=“os0”><option value=“small”>small<option value=“medium”>medium<option value=“large”>large</select>
Any idea if this is possible? Thanks in advance