HTML Section
-
I’m trying to insert a PayPal donation button into the HTML section of the maintenance plugin. However, when I paste the provided code the <input type> lines get deleted and the button doesn’t appear.
This is the code I’m pasting into the text tab is as follows
<div align="center"><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="VBMVVEWPHAXKG"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form></div>
Can you help me out?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTML Section’ is closed to new replies.