Use our Embed SDK to interact with calculators on your website.
Event | Description |
---|---|
interaction | Triggered when a visitor interacts with the calculator |
Event | Description |
---|---|
valueChange | Triggered when the value of the element changes |
number
string
string[]
{ id: string; value: number; label: string; }
{ id: string; value: number; label: string; }[]
number
string
string[]
{ id: string; value: number; label: string; }
{ id: string; value: number; label: string; }[]
getCalculationData()
and how to access the values in your code.
?activeCalculatorDebug=true
to your app’s URL.
For example, if you’ve embedded your ActiveCalculator instance in your app hosted at https://example.com, you can activate debug mode by changing the URL to:
Mortgage calculator with custom backend rates
global-config.js
.mortgage-calculator.js
, we set up the ActiveCalculator integration: