iClientResponseConfirm

The iClientResponseConfirm tag is used to retrieve a custom reply page from your server (instead of the ITPS database) which confirms Gift Order information before final submission. The ||OrderTotal|| substitution variable would be useful to display on this confirmation page.
The format of the tag should be similar to a URL, without the protocol specification (the part that looks like "http://").

Important Notes:

Security Issues:
The fact that replies must be hosted on non-secure servers is not a security risk!
No customer data is transferred across the Internet. Only the blank template page is requested from your server. If you only have a secure server, then you will be unable to use this option tag.
This tag should be a hidden or non-editable field.

Value's Maximum Length: 40 characters

Typical Syntax:
<INPUT TYPE=HIDDEN NAME="iClientResponseConfirm" VALUE="www.yourserver.com/templates/replies/giftorders/confirm.html" >