I want to add Paypal Buy Now button to the content part. Not a block. I want to add 3-4 buy now buttons in a page content area.

Code is as below :

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="9963832"><input type="image" src="https://www.paypal.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.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>

So when I do this it turns into :

<p><img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>

So I am unable to add it
Please help me add it there
I need it badly

Comments

vm’s picture

what input format are you using?

eyashwant’s picture

FULL HTML
Still it does not work :(

vm’s picture

how did you set FULL HTML directly on the node in question?

eyashwant’s picture

I set FULL HTML in the Admin Configuration and in the node in the option I set as Full HTML
So plz guide me what I have to do
I am totally struck

vm’s picture

only other thing to try is to enable the phpfilter.module in administer -> modules

and try the php input format.

greta_drupal’s picture

PHP Code input format worked for me.