★ 5.0/5 Based on 2500+ Google Reviews

Filters

Results Clear all

Make

Car Make

Model

Model

Category

Vehicle Type
Clear all
More filters
Compare
5 Results
Sort by:
Price Per Month: Lowest

Copyright © 2025 Signature Auto World & Signature Auto Group. All Rights Reserved. | Site Designed By Plutus Media

Privacy Policy, Terms & Conditions | Signature Auto Group is not a franchise dealer and can not perform warranty work.

(function () { // Lock on the actual button press, before any async reCAPTCHA/submit work document.addEventListener('click', function (e) { var btn = e.target.closest ? e.target.closest('.wpcf7-submit') : null; if (!btn) { return; } var form = btn.closest('form.wpcf7-form'); if (!form) { return; } if (form.getAttribute('data-sag-lock') === '1') { e.preventDefault(); e.stopImmediatePropagation(); return; } form.setAttribute('data-sag-lock', '1'); btn.setAttribute('data-sag-label', btn.value || btn.textContent); btn.disabled = true; if (btn.tagName === 'INPUT') { btn.value = 'Sending...'; } else { btn.textContent = 'Sending...'; } }, true); // Backstop: also block at the submit event document.addEventListener('submit', function (e) { var form = e.target; if (!form.classList || !form.classList.contains('wpcf7-form')) { return; } if (form.getAttribute('data-sag-lock') === '1' && form.getAttribute('data-sag-submitting') === '1') { e.preventDefault(); e.stopImmediatePropagation(); return; } form.setAttribute('data-sag-lock', '1'); form.setAttribute('data-sag-submitting', '1'); }, true); function unlock(e) { var form = e.target; form.setAttribute('data-sag-lock', ''); form.setAttribute('data-sag-submitting', ''); var btn = form.querySelector('.wpcf7-submit'); if (btn) { btn.disabled = false; var label = btn.getAttribute('data-sag-label'); if (label) { if (btn.tagName === 'INPUT') { btn.value = label; } else { btn.textContent = label; } } } } var failEvents = ['wpcf7invalid', 'wpcf7spam', 'wpcf7mailfailed']; for (var i = 0; i < failEvents.length; i++) { document.addEventListener(failEvents[i], unlock); } document.addEventListener('wpcf7mailsent', function (e) { var btn = e.target.querySelector('.wpcf7-submit'); if (btn) { btn.disabled = true; if (btn.tagName === 'INPUT') { btn.value = 'Sent'; } else { btn.textContent = 'Sent'; } } }); })();