Document Collection
Implementation
Web Components
Add the Documents Collection element to your app where you'd like it to be presented.
<unit-elements-documents-collection
theme=""
language=""
application-form-id="your-application-form-id"
application-form-token="your-application-form-token"
hide-intro-section="false"
></unit-elements-documents-collection>
Inputs:
| Name | Type | Required | Description |
|---|---|---|---|
| application-form-id | string | Yes | Id value of the application form |
| application-form-token | string | Yes | Token value of the application form |
| theme | string | No | A URL that specifies the UI configuration. |
| language | string | No | A URL that specifies the language configuration. |
| hide-intro-section | boolean string ("true" / "false") | No | If set to true, will hide intro section. |
Events:
| Event Name | Description | Detail |
|---|---|---|
| unitDocumentsCollectionCompleted | Occurs when there is no more required documents to upload |