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