Creates LeadCapture instance
The configuration object for the SDK. ISdkSettings
Retrieves the lead tracker instance for managing user tracking operations.
The initialized lead tracker object.
Create a new lead with the given details.
the ILeadMetaData
the ILeadInput
The created lead ILeadCaptureResponse
Binds an HTML form to lead capture: on submit, every named field is collected into the lead payload and passed to capture with the given channel.
See the Lead Capture guide.
The HTMLFormElement node
The ILeadMetaData object
Optional IFormEvents callbacks (validate, onSuccess, onError)
Collects the provided Metadata fields from the URL
List of Lead Metadata
Creates leads in Rechat's CRM — directly via capture, or by binding an HTML form via form.
See the Lead Capture guide.