| THE RETURN ADDRESS FIELD
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">
|