const personal = oneSDKInstance.component("form", { name: "PERSONAL", mode: "individual", type: "manual", title: { label: "Personal Details", }, descriptions: [ { label: "In this section, we need your personal information", }, { label: "Please enter your information accordingly", }, ],});
Document Form
Copy
Ask AI
const document = oneSDKInstance.component("form", { name: "DOCUMENT", mode: "individual", type: "manual", numberOfIDs: 2, title: { label: "Choose your identification", }, descriptions: [ { label: "We need two forms of ID to verify your identity", }, ],});