| Attributes |
| Name | Required | Request-time | Type | Description |
| action | false | true | java.lang.String | Where to send the form data when the form is submitted. |
| cssClass | false | true | java.lang.String | A CSS class for styling the component. |
| escapeXml | false | true | boolean | Whether to escape the XML of the form's action URL. The default value is true. |
| inlineLabels | false | true | boolean | Whether to align the form's labels. The default value is false. |
| method | false | true | java.lang.String | The method to send the form data. The default value is post. Possible values are get and post. |
| name | false | true | java.lang.String | A name for the form that is also used for the ID of the component instance. The default value is fm. |
| onSubmit | false | true | java.lang.String | A function to be called on submitting the form. |
| portletNamespace | false | true | java.lang.String | A namespace for the form and its elements. This attribute lets you set a namespace value that differs from the default portlet namespace. |
| useNamespace | false | true | boolean | Whether to use the default portlet namespace, to avoid name conflicts. The default value is true. |