Imagine you have your widget code on a property listing page, and you want to configure the calculators to show specific information at the start. 

You can now initialize the calculators with specific information such as Purchase Price, Property Taxes or Down payment amount. 

Simply inject these data points into the script when your page loads.

 

s1Location
s1PurchasePrice
s1MortgageAmount
s1Amortization
s1Rate
s1DownPaymentPercentage
s1PropertyTax
s1CondoFees

 

All fields are optional. You can use one or more depending on what data you want to inject. For example, if you just want to inject Purchase  Price, just add s1PurchasePrice. For the data point you didn't provide, it will use the tool defaults you have previously set up in your admin dashboard. 

Example

 

<div class="bendigi-calculators"
    apikey="API_KEY"
    terms="https://canadianmortgageapp.com/terms"
    navpositiontop="0px"
    tools="all"

    s1Location='ChIJESsa-ftz6lIRZMq5xvoaKis'
    s1PurchasePrice='500000'
    s1MortgageAmount='500000'
    s1Amortization='300'
    s1Rate='5.25'
    s1DownPaymentPercentage='20'
    s1PropertyTax='5000'
    s1CondoFees='400'
>
</div>
<script src="https://tools.bendigi.com/assets/calculators.js"></script>