Everything works except it won't return to my page on my website where the customer is to download their ebook. when I enter the address in the paypal button form to create the button i am entering: http://www.mywebsite.com/download Here is the button code: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="D42EN7WQN3GQJ"> <input type="image" src="https://www.paypal.com/en_US/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.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> Thanks in advance.
... View more