Value's Maximum Length: 30 characters
Typical Syntax:
| <INPUT TYPE=TEXT NAME="GcardSubject" VALUE="Merry Christmas!" SIZE=30 MAXLENGTH=30> |
Note: If you are using this tag as part of a page containing multiple recipients, you will need to append an index number to the end of the tag name. For example:
first form....
| <INPUT TYPE=TEXT NAME="GcardSubject1" VALUE="Merry Christmas!" SIZE=30 MAXLENGTH=30> |
next form...
| <INPUT TYPE=TEXT NAME="GcardSubject2" VALUE="Happy Birthday!" SIZE=30 MAXLENGTH=30> |