html - PayPal Donation Button - How can I remove the 'recurring donation (monthly)' option? -
i've included paypal donate button on website.
when visitors click through, sent paypal page can log in , input donation amount.
however, given option make donation monthly recurrence. isn't suitable our site , wondered how remove tick box?
image here: http://imgur.com/gywbhhl
paypal suggested if wanted remove option button, 'would need edit html code option taken out , no longer available' visitors.
the unprotected code reads follows:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="identification number"> <input type="hidden" name="lc" value="gb"> <input type="hidden" name="item_name" value="donation fund name"> <input type="hidden" name="currency_code" value="gbp"> <input type="hidden" name="bn" value="pp-donationsbf:fund.png:nonhosted"> <input type="image" src="button artwork" border="0" name="submit" alt="paypal – safer, easier way pay online."> <img alt="" border="0" src="https://www.paypalobjects.com/en_gb/i/scr/pixel.gif" width="1" height="1"> </form>
any ideas?
thanks @adi pandit.
i did use donation option rather subscription, why it's confusing.
the unprotected code reads follows:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="identification number"> <input type="hidden" name="lc" value="gb"> <input type="hidden" name="item_name" value="donation fund name"> <input type="hidden" name="currency_code" value="gbp"> <input type="hidden" name="bn" value="pp-donationsbf:fund.png:nonhosted"> <input type="image" src="button artwork" border="0" name="submit" alt="paypal – safer, easier way pay online."> <img alt="" border="0" src="https://www.paypalobjects.com/en_gb/i/scr/pixel.gif" width="1" height="1"> </form>
Comments
Post a Comment