Page 1 of 1

my donation button in my signature field

Posted: Fri Dec 19, 2014 11:32 pm
by jessar94
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.)

Image

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>

Re: my donation button in my signature field

Posted: Sat Dec 20, 2014 4:21 pm
by hostwebservice.com
I suggest you to put code on footer.txt , so will be always visible.

Marino