I have this same problem. Any help out there?? @Hong2 wrote: Hi everyone, we are trying to put a donation button on our website (one that would allow our supporters to donate either via PayPal or through credit cards). The problem is, however, that after clicking the button it redirects you to Paypal's main website Instead one where you can donate without having PayPal account. The code for the 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="TL4A6QWVZR9LC"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_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> What should we do to be redirected to a sub-website that will offer credit card donations? Thank you.
... View more