Skip to main content

Dynamic Form

With Dynamic Form, you have the flexibility to customize the form or template according to your specific requirements using a customized JSON structure.

How to setup,

1 Go to Workspace > Workflows, and click on the flow created for Dynamic Form. If you need understanding in creating a workflow, refer to the step-by-step guide here.

2 Hover over the plus (+) symbol and select Workflow. From the list, click Dynamic Form to add it.

Dynamic Form

3 Click on the newly added workflow, then select the General tab to customize your preferences.

General

Manage General

NameDescription
EnableThis toggle is enabled by default. When enabled, the particular workflow module begins its execution. Conversely, if disabled, the workflow module remains inactive and won't proceed.
RuleThis determines the criteria for triggering the particular workflow module. When the selected rule is evaluated, and is satisfied, the workflow proceeds as provided. If not, the workflow will not be executed. Note: If no rules are set, the workflow defaults to its standard action without any rule. For more information about the rules, refer here.

4 Then, click on the Configs tab to set the necessary configurations.

Configs

Manage Configs

(*) Indicates an action to be mandatory.

NameDescription
*Form TitleSpecify the title for the form.
*Input JSONProvide a valid JSON format specifying the fields you want to display on the verification page. This customization allows you to fetch additional user verification data, the supported field types you can include in the script are: text, checkbox, date, and option.

Here's how you can build your script

5 After you've configured everything needed, click on SAVE.

6 Proceed to attach the workflow to the relevant application for execution. Refer to instructions on how to attach a workflow to an application here.

How it works,

1 Launch Postman or your preferred API tool and execute the flow by configuring the suitable Method, URL, and Body settings. If you're seeking guidance on how to perform these actions, see here.

2 Upon initiating the API call, a verification request will be sent to your configured Verification Way settings.

3 Based on the request, execute the flow in an incognito browser and follow the prompts to complete the verification process.

4 Begin by providing the necessary details, click on Submit.

Verification

5 The verification process will be completed.

If "force onboarding" is enabled in the API request, all users, regardless of status, will be directed to the onboarding flow first, followed by the verification flow if configured.

Completed

6 The response can differ depending on the chosen Verification Way and Notification Way configurations. To know more, see here.

7 Here is a sample response for Dynamic Form:

{
"request_id": "bec4127f-eac8-4245-9bb1-63f9f50a41b5"
"user_id": "mark@gmail.com",
"workflow": "verification",
"transaction_months": "August, October, November",
"enter_account_opening_date": "04/08/2000",
"mother_name": "Jane Doe",
"select_gender": "Female",
"american": "yes",
"details_from_dynamic_form": "true",
}