How do I add a multiple price option to the s2Member button code that is shown at the bottom of this page - http://www.pensionforecast.org.uk/what- ... om-attack/
I've taken the code from a button I created in PayPal - here's the code my PayPal account generated.
- Code: Select all
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7WW4A74PCNSVQ">
<table>
<tr><td><input type="hidden" name="on0" value="How many Trusts would you like created?">How many Trusts would you like created?</td></tr><tr><td><select name="os0">
<option value="1 Trust">1 Trust £300.00</option>
<option value="2 Trusts">2 Trusts £600.00</option>
<option value="3 Trusts">3 Trusts £900.00</option>
<option value="4 Trusts">4 Trusts £1,200.00</option>
<option value="5 Trusts or more">5 Trusts or more £1,500.00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
Thanks.
Brian