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"
></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. |
Events:
Event Name | Description | Detail |
---|---|---|
unitDocumentsCollectionCompleted | Occurs when there is no more required documents to upload |