steveisaacs Posted December 6, 2020 Posted December 6, 2020 I'm rebuilding a site for a non profit and they have a PayPal donation link. The drag is that I can't just use the link cause it has PP form/token stuff on it. On their old site, it imports an ugly PP button. I just want to keep the functionality, but use a nice SS button in the new site. Can I do this? This is all the code on the button: <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="X9823S9TNTPKY" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> </form> (Sorry I'm more of a designer than a dev ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.