Paypal donate button in header
-
I am trying to set up a PayPal donate button on my site. I was given code from PayPal to make it appear, so I put the following code in the Header > General > Content After Header area:
<form action="https://www.paypal.com/donate" method="post" target="_top"> <input type="hidden" name="hosted_button_id" value="JKRPYX4PKMZZG" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> <img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" /> </form>
And it shows up!
Until I close the customize bar after pressing publish. Then the PayPal button disappears and only the bottom part of the code remains:
<img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
Why does the code change when the customize tool bar is closed? How do I get the PayPal donate button to appear and not disappear?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Paypal donate button in header’ is closed to new replies.