--- Added: v2.0.0 Status: Active --- # Attach Form component This component can be used when there is no form attached to a task and we want to add one. ## Basic Usage ```html ``` ## Class members ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | formKey | `any` | | | | taskId | `any` | | Id of the task. | ### Events | Name | Type | Description | | ---- | ---- | ----------- | | cancelAttachForm | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the "Cancel" button is clicked. | | error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | | | success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | |