Hi, I'm having a small problem with PayPal payment buttons and Wordpress. Here's the page I'm having the problem on: http://www.webmagine.net/emoticon-packs/ The PayPal button doesn't show, but instead a link with the text "Submit Query" shows. It leads the visitor to the order process, but I'd like the PayPal button to show instead. Here's the code I'm using: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="********"> <input type="hidden" name="item_name" value="Orange Emoticons"> <input type="hidden" name="item_number" value="*****"> <input type="hidden" name="amount" value="5.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="return" value="http://www.webmagine.net/thankyou/"> <input type="hidden" name="cancel_return" value="http://www.webmagine.net/transaction-cancelled/"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" name="submit" title="Make payments with PayPal - it's fast, free and secure!"> </form> Code (markup): Anyone know a way around this problem? I think it might be due to the conflicting javascripts. Not too sure though. Would highly appreciate your help.
Hello Neil I'm getting a dead link on the page URL you supplied? Also I notice its a folder destination rather than a page, same as the Paypal destination URL's you've put in the Paypal code above? Is that intended? Thanks Jayson Gray