Paypal HTML in "Code"
Good afternoon,
I'm trying to copy my paypal button into the "code" snippet in muffin builder. The button shows up in my dashboard but when I go to the front end of the site, only the code shows up. Please advise?
The code is
<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="FWY3W2YDKX3UQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynow_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>
Comments