FormComposerV2
FormComposerV2 – Customisation Checklist
Overview
Usage Contexts
Supported Field Types
Steps
{ inline: true, label: "CS_COMPLAINT_POSTALCODE_DETAILS", isMandatory: false, type: "number", disable: false, populators: { name: "postalCode", maxlength: 6, validation: { pattern: /^[1-9][0-9]{5}$/i } } }{ head: "CS_COMPLAINT_LOCATION_DETAILS", body: [ { inline: true, label: "CS_COMPLAINT_DETAILS_ADDRESS_1_DETAILS", isMandatory: false, type: "text", key: "AddressOne", disable: false, populators: { name: "AddressOne", maxlength: 64 } } ] }const componentsToRegister = { PGRBoundaryComponent: BoundaryComponent };{ type: "component", isMandatory: true, component: "PGRBoundaryComponent", key: "SelectedBoundary", label: "Boundary", populators: { name: "SelectedBoundary" } }
Last updated
Was this helpful?