form
The name of the form to which this field belongs. The form name is used as the request name in the request object. It also serves to group all fields into one form. Fields sharing the same form name are considered part of the same form and are added to the request object when this form is submitted.
Type
string
Example
if(form == 'quarterly') {
selectedItem = "Quarterly";
}
| << SI.11 Field Object | © 1996-2013 InetSoft Technology Corporation (v11.4) | name >> |