Hi everyyone, Mywebsite Pay now button isnt working can anyone help ? Is it a browser problem or is it somthing im missing in Dreamweaver? When clicked its just comming upa blank page Website link - http://bbuilderr.zzl.org/store.php <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE"> <input type="image" src="https://www.paypalobjects.com/en_US/GB/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.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form> Code (markup): Thanks in advance
maybe this will help.. warriorforum[dot]com/main-internet-marketing-discussion-forum/300019-how-add-your-custom-checkout-banner-your-paypal-links-buttons-tutorial[dot]html goodluck
Your code has a two opening form tags and has a only 1 ending tags of form which is </form> i hope i help you. cheers.
I mised that bit out to post :L target="paypal"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE"> <input type="image" src="https://www.paypalobjects.com/en_US/GB/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.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form> <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form> </form> Code (markup):
You are using two hosted button codes, but you should only use one. I can't say weather <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A"> HTML: or <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE"> HTML: is right. You'll have to check yourself. Because there are two forms, I think you just merged two buttons into. Just generate a new one at PayPal's.