my donation button in my signature field
Posted: Fri Dec 19, 2014 11:32 pm
I have made a donation button (i use paypal)
My question is, can i integrate that in the Signature field?
the reason I ask is because the text under the field ( HTML code is not allowed. Links will be clickable.)

Signature is max 255 chars.
My code is more than 255 chars.
My question is, can i integrate that in the Signature field?
the reason I ask is because the text under the field ( HTML code is not allowed. Links will be clickable.)
Signature is max 255 chars.
My code is more than 255 chars.
Code: Select all
<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="UNS28ML2DDJHG">
<input type="image" src="https://www.paypalobjects.com/sv_SE/SE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – ett tryggt och smidigt sätt att betala på nätet!">
<img alt="" border="0" src="https://www.paypalobjects.com/sv_SE/i/scr/pixel.gif" width="1" height="1">
</form>