NumRecipients

The NumRecipients tag is used with gift orders to restrict the number of recipient fields to retrieve. By default, Gift Orders search the form for up to 50 recipients. If the input page provides form fields for less than 50 recipients, processing can be reduced by indicating the maximum number of recipients that can be entered on the form. For example, if NumRecipients=3, ITPS will only look for form fields for 3 recipients (ex. FullNameST1, FullNameST2, FullNameST3). Extra processing time won't be spent searching for fields that do not exist (ex. FullNameST4 - FullNameST50).

The value can also be set using a substitution variable. This is useful on confirmation pages, since the number of recipients is known.

Value's Maximum Length: 3

Typical Syntax:

		
<input type=hidden name=NumRecipients value=1>
			
<input type=hidden name=NumRecipients value=||numRecipients||>