Subscription Button with Quarterly OPTION

HughF
New Community Member

I currently have a button with two drop-down options - monthly and yearly. I'd like to change it to quarterly and yearly. I found some guidance on how to add a quarterly button (https://stackoverflow.com/questions/9606430/how-to-implement-a-quarterly-subscription-paypal-button) , but I cant see how to apply this to a button with options.

 

I'd be very grateful for any help.

 

Here's my current code:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JBRD6H3ZJJDFE">
<table>
<tr><td><input type="hidden" name="on0" value=""></td></tr><tr><td><select name="os0">
<option value="1 Month">1 Month : £15.00 GBP - monthly</option>
<option value="1 Year">1 Year : £145.00 GBP - yearly</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.