display_prequalification_form
Displays a form to collect application prefill data required to continue an enquiry. This tool only renders the form. When the user submits, the form calls submit_prequalification_details, which stores the data and may forward it to lender/partner APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefillData | No | Pre-fill values to populate in the form from already-known data. Keys should match field names in the prequalification details schema. Sensitive data is prohibited. | |
| productTypes | No | Product types to show relevant form sections for. If not provided, the form will show all applicable sections based on the application. | |
| applicationId | Yes | The SecureLend application ID for which to display the additional information form. This is used to pre-fill known values and determine which sections to show. | |
| requiredSections | No | Specific sections to require the user to complete. If not provided, the form will apply default required fields for the product type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rendered | Yes | Whether the form widget was successfully rendered | |
| prefillData | No | Data to pre-fill in the form fields. Sensitive data is prohibited. | |
| applicationId | No |