Insert a PayPal Button

Hi I want to add a button to the website buttons [like a shortcode Button], where should I add the following code.?

The code from PayPal Button looks like this:

--------------------------------------------------------------------------------------------------------------------
<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="Changedlk93UNDW">
<table>
<tr><td><input type="hidden" name="on0" value=""></td></tr><tr><td><select name="os0">
<option value="Basic">Basic : $00.05 NZD - monthly</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="NZD">
<input type="image" src="http://www.changed.com/wp-content/2015/03/Start-now-small.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/changed/i/scr/pixel.gif" width="1" height="1">
</form>
--------------------------------------------------------------------------------------------------------------------


Thanks



Comments

Sign In or Register to comment.