Hello. I have script like this Someone needs to fill some information first, when he does, he clicks on submit, and then it takes him to 2CO purchase page. When payment is finished url should redirect him to this page <input type="hidden" name="x_receipt_link_url" value='./orderconfirmation.php?email=<?php echo "$email"; ?>&link=<?php echo "$link"; ?>&7letterword=<?php echo "$sevenletterword"; ?>&name=<?php echo "$name"; ?>&surname=<?php echo "$surname"; ?>'> Code (markup): But it doesnt, why?
Don't know anything about 2CO, but perhaps you should add the full URL instead of value='./***' - so change that to value ='http://www.mysite.com/****' Don't know if it'll help though..
I tried that, but it doesn't redirect to it redirects only to orderconfirmation.php If someone please can help me, I'm struggling