Adding paypal code for recurring donations to custom button

I have the paypal generated code for recurring donation and am trying to link it to custom image button. It’s all in HTML and I’ve read the remaining available old forums on google about inserting paypal code onto button without much success. Can you help?

The code is below. I tried simplifying it and pointing to the URL but paypal needs all the info for setting up recurring donation table on their page.

<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="KBB9YLFQHLBGA">
<table>
<tr><td><input type="hidden" name="on0" value="Recurring Donations">Recurring Donations</td></tr><tr><td><select name="os0">
	<option value="Donation">Donation : $25.00 USD - monthly</option>
	<option value="Donation">Donation : $50.00 USD - monthly</option>
	<option value="Donation">Donation : $100.00 USD - monthly</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Project">Project</td></tr><tr><td><select name="os1">
	<option value="Flow of Hope General Fund">Flow of Hope General Fund </option>
	<option value="Education">Education </option>
	<option value="Roots of Hope">Roots of Hope </option>
	<option value="Thread of Hope">Thread of Hope </option>
	<option value="Widows & Orphans">Widows & Orphans </option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="http://www.flowofhope.org/Assets/DonateR.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

Thanks,
Beth

I can give you ftp access if you’d like. I change the pw from what I sent last night because I couldn’t tell if it was secure or not.

Hello There,

Thanks for writing in!

Please refer following resource to add PayPal payment button on your website:

Thanks.

Thanks but if I paste html code inside of wordpress editor won’t it disrupts the cornerstone editing of the page?

Hi,

You can add your paypal code in a text element in Cornerstone.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.