Page 1 of 1

Donate-Button (Paypal)

Posted: 12 Oct 2012, 18:27
by Wagner Alex
hi!

I want to display a "donate-button" on my site (in a text folder). like the "example" (attachment).

so, I have put the html-code to create the button (it creates a gif-picture; gif's are enabled in the settings) into the text folder (with the html form) and in the "admin" tool (attachment) I can see the button. I can see the button in the "html" gallery (attachment) too, but i can not see the button in the flash gallery!

does someone have a solution for this problem?

kind regards,
alex

Re: Donate-Button (Paypal)

Posted: 13 Oct 2012, 03:29
by mjau-mjau
Flash textfields do not support forms or any other advanced html elements. Therefore, when creating your Paypal button in the Paypal interface, instead you need to select the link available in the [e-mail] option instead.
Image
This link you can add like a normal text link or even an image link. For example:
Code
<a href="[THAT LINK HERE]" target="_blank"><img src="paypal-donate-button.jpg" /></a>

Re: Donate-Button (Paypal)

Posted: 13 Oct 2012, 05:06
by Wagner Alex
Hi!

You are just great! Works fine!

I can't imagine that other suppliers do have a similar quick and efficient support.

THUMBS UP :!:

Alex