Note: This version of the widget has its locationDetect property set to auto, which creates a input box for the user to enter their address, with address auto-complete. Check out what happens when it is set to manual.
Your website developer can copy and paste the instruction seen to the right to embed this on your website.
Remember to use the API key we’ve sent you!
<script> TCWidget.initForm({ apikey: 'YOUR-API-KEY-GOES-HERE', layout: 'vertical', container: 'tireconnect', view: 'compact', locationDetect: 'auto', locationId: 'LOCATION ID' }); </script>