Calculators
When using the /embed/
prefix, Cookie bar, Help chatbot, and Recaptcha are hidden by default, no need for URL parameters anymore.
URLs for calculators are:
- Stamp duty: https://calculators.dashly.net/stamp-duty
- Overpayment: https://calculators.dashly.net/overpayment
- Payment holiday: https://calculators.dashly.net/payment-holiday
- APR: https://calculators.dashly.net/apr
- Borrow: https://calculators.dashly.net/borrow
- Compare: https://dashly.com/mortgage/compare
Embedding
When embedding calculators on other people's websites, there's no need for using ?nonav
parameter anymore (except for the Compare Calculator). Instead we have a special embed
layout, which loads less resources, making the page load much faster.
When embedding calculators, use these URLs:
- Stamp duty: https://calculators.dashly.net/embed/stamp-duty
- Overpayment: https://calculators.dashly.net/embed/overpayment
- Payment holiday: https://calculators.dashly.net/embed/payment-holiday
- APR: https://calculators.dashly.net/embed/apr
- Borrow: https://calculators.dashly.net/embed/borrow
- Compare: https://dashly.com/mortgage/compare?nonav
Example of embedding a calculator in an iframe:
<iframe src="https://calculators.dashly.net/embed/stamp-duty" width="100%" height="400"></iframe>
Want to customize colours? See the Calculator Colours Readme.
URL Presets
Stamp duty
Base URL: https://dashly.com/calculators/stamp-duty
Embed URL: https://dashly.com/calculators/embed/stamp-duty
Possible URL attributes are:
propertyPrice: number
isFirst: boolean
region: 'England' | 'Scotland' | 'Wales' | 'Northern Ireland'
isAdditional: boolean
Example attributes: ?propertyPrice=500000&isFirst=false