For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

05.10.2023

· 3 min read

We have upgraded the Form component frontend, added several organization lookup steps and introduced advanced mode for pre-filling.

What's new?
  • Form redesign: Upgraded form frontend UI to match Signicat standard branding.
  • Lookup coverage: Added roles, ownership, authorization and finance lookups for organisations.
  • Form page actions: Delete individual pages with automatic empty checks.

Form component

Improved

  • Upgraded the Form frontend. The Form frontend was upgraded to meet Signicat styling standards and create a unified visual experience for end-users.

Resolved issues

  • Fixed: Forms could not be submitted with empty file upload element. Before, leaving a file upload element empty (inside a conditional logic clause) blocked form submission. The error happened whether the element was set to required or optional. Now, form submission is fixed.

Mint Steps: Data Verification

New features

When building your flow you can now use the following new Data Verification steps:

  • Added "Organization roles lookup". Get data from the Roles endpoint. It supports a limited number of data sources and a "country default" option.
  • Added "Organization ownership lookup". Get data from the Ownership endpoint. It supports a limited number of data sources and a "country default" option.
  • Added "Organization authorization lookup". Get data from the Authorization endpoint. It supports a limited number of data sources and a "country default" option.
  • Added "Person finance lookup". Get data from the Finance endpoint. It supports a limited number of data sources and a "country default" option.
  • Added "Organization PEP and sanction" and "Person PEP and sanction". Get data from the Screening (Organization) and Screening (Persons) endpoints. They support the global data source Trapets, the listType field for PEP, sanction and adverseMedia and the countries field for country selection.

Improved

  • Renamed Person and Company lookup Steps. We renamed the steps to "Person basic info lookup" and "Organization basic info lookup" to follow the naming convention used in the Information Service API.

Mint API

Resolved issues

  • Fixed: Insights calculation error. We changed the math behind the insights on the dashboard to show correct results.

Visual Builder

New features

  • Advanced mode for prefilling inputs. An advanced feature to use the Liquid template language to perform advanced actions on the data collected throughout a journey.

Improved

  • Form pages can now be deleted. Next to adding form pages, you can now delete them as well. If they are not empty, you need to confirm deletion in a pop-up box.