Specifies the index of the form within the specified HTML document. This is the index of the form containing the desired data.
<PARAM NAME = "Item_Number" VALUE = "formNumber">
This tag provides the index of the form containing the desired data. For example, to parse and acquire data from the third form on an HTML document, this parameter to is set to to "3". The default value is 1. The data type is integer.