I have a really urgent question. In my html paypal button i have this... <input type="hidden" name="business" value="andydigit@gmail.com"> <input type="hidden" name="return" value="http://www.kedoa.com/good"> <input type="hidden" name="cancel_return" value="http://www.kedoa.com/bad"> HTML: 1) Does this mean that as soon as they click pay it will redirect them to my /good page, and the same if they click cancel? 2) What happens if in my paypal account settings, i have set auto-redirect to off? Will the input redirect in the html button override it? 3) What happens if i change the email address to another persons paypal email address. Will it still redirect back to my site after payment, even though they are not paying me? 4) Last of all, when paypal redirects back to kedoa.com/good after a payment, does it send any sort of data?