Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Placing a PayPal button into a Discussion

damicdamic New
edited January 2015 in Vanilla 2.0 - 2.8

Ok, So I just installed Vanilla all I want to do is place a paypal button on a Discussion. Even better would be to use a message per page / discussion but doesn't look like Vanilla supports that.

So when I place it into the discussion it appears that the code is parsing the HTML and replacing it with <br></br>

How do I place the following code into a discussion w/o using the message option cause I don't want it everywhere?

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="some@email.com"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="item_name" value="Beginner Builders Kit"> <input type="hidden" name="amount" value="10.00"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="button_subtype" value="services"> <input type="hidden" name="tax_rate" value="0.000"> <input type="hidden" name="shipping" value="0.00"> <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_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>

Vanilla version: 2.1.8

All plugins disabled

Comments

Sign In or Register to comment.