my donation button in my signature field

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jessar94
Posts: 76
Joined: Sun Mar 16, 2014 7:54 pm

my donation button in my signature field

Post 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>
hostwebservice.com
Posts: 45
Joined: Mon Dec 18, 2006 3:20 pm

Re: my donation button in my signature field

Post by hostwebservice.com »

I suggest you to put code on footer.txt , so will be always visible.

Marino
Post Reply