UI for customers (external users) to access forms and form-submissions.
In order to present a form to a client in an arbitrary context, this application will render the form based on either a form GUID or a private token. This can be as a stand-alone page or inside an iframe. The application is configured to use an API for a client's KYC Portal with the form creator.
There are two entries in order to present a public or a private form. The public form accepts a GUID for a form, the private accepts a token. Depending on the token, the form is either presented without authenticating or after an authentication. Authentication can be a one time code sent to the targeted customers phone number, or BankId authentication.
This demo is using API endpoint https://kyc-api-test.sb1markets.no,
and is serving forms created in https://construo-test.sb1markets.no.
Preview of the form styles and elements is available here.