I have added PayPal buttons on my website and some of them don't work at all. On the homepage, I added the following Buy Now buttons, but you can't click on them. All I did was copy and paste the code into the HTML editor and add a <div> tag. Homepage: https://www.thefrizzgirls.com/ Here's the code: <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="KLLAQYAYDB3UY"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_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> <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="CXS8DPWRJU6P6"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_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> ***The code was generated by PayPal. I only add a <div align="center"></div> to center the button. On the shop page, I have one button that is not working – The Hair Journals. Every other button on that page works. https://www.thefrizzgirls.com/shop Here's the code: <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="8EBJXNY3K3V5N"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_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> ***The rest of the button on the Shop page work fine. I tried creating a new button from a button that was working, but once it's online, you can't click on it. It's like the code doesn't want to work and I don't understand why when I'm not even changing anything.
... View more