The Return Address Field

Related Links: Passback Function | Lookup Function | Return Mode Function | Return Address | Recurring Postback | PGP

The Return Address Field (ret_addr) is a simple hidden field in your order form and is required. It contains the URL that the customer is returned to after a successful transaction. This URL can be a static Web page or a CGI.

To use the RETURN ADDRESS FIELD, simply add the following line to your order form.

CGI EXAMPLE:
<input type="hidden" name="ret_addr" value="http://www.yoursite.com/cgi-bin/return.cgi" />

STATIC HTML PAGE EXAMPLE:
<input type="hidden" name="ret_addr" value="http://www.yoursite.com/thankyou.html" />