TermST (TermST1, TermST2, etc.)

The TermST tag contains the length and amount of the gift recipient's subscription. The TermST tag should be appended with a number to distinguish the terms of multiple recipients on a form (ie. TermST1 for recipient 1, TermST2, for recipient 2, etc.)
  1. AA@XX

The two values separated by the '@' character are the term (AA) and the amount (XX).

Value's Maximum Length: NA

Typical Syntax:
Recipient1:
<INPUT TYPE=RADIO NAME="TermST1" VALUE="22@29.97" CHECKED>22 issues (1 year) for only $29.97
<INPUT TYPE=RADIO NAME="TermST1" VALUE="44@54.97"> 44 issues (2 years) for only $54.97
Recipient2:
<INPUT TYPE=RADIO NAME="TermST2" VALUE="22@29.97" CHECKED>22 issues (1 year) for only $29.97
<INPUT TYPE=RADIO NAME="TermST2" VALUE="44@54.97"> 44 issues (2 years) for only $54.97