iClientResponseAddRecipients

The iClientResponseAddRecipients tag is used to retrieve a custom reply page from your server (instead of the ITPS database) which contains a form to add recipients to a Gift Order.
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="iClientResponseAddRecipients" VALUE="www.yourserver.com/templates/replies/giftorders/addRecipients.html" >