Quote:
Originally Posted by Mecho
link is not clickable ! so what s the point ? can we add html code in " Form Code for Donations " ?
anyway nice job , thanks
|
Yes.
Make sure when entering the form code for your Paypal button the links are formated as follows:
Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business"
value="sample@sample.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></form>
If you do not use this format for the links your button will not show. Do not copy and past the info above you must use your Paypal info and create a button with your account code and email info.
If you wish instead of a paypal button link you can put the URL to your donation page.