Description: A form customizer link to allow form customizations. Supports:
JavaDoc: Click here
Attributes: N/A
Attributes:
| Name | Description | Data type | Required | Default value |
| title | The link title | String | No | 'Customize form' message |
| description | The link description | String | No | - |
| cssClass | An optional CSS class to apply to the link. | String | No | - |
| stageID | The ID of the stage where the form belongs | String | Yes | - |
| formName | The name of the form | Integer | Yes | - |
| businessID | The form configuration business ID | String | No | - |
Examples:
<dif:document>
<dif:formCustomization title="Customize login form" stageID="loginstage" formName="login">
...
</dif:document>
See also: