jQuery(document).ready(function () { var useGlobal = true; var htmlContents = '
Sending message...
CONTACT US
Thank you!

We will get back to you shortly


2025 Ford F-250 Super Duty XL Super Crew Cab 4x4
STX APPEARANCE PKG - RUNNING BOARDS - 6.8l V8 eNGINE
Quirk Price
$62,280
Save up to
$1,000
*Disclaimer Click Here

Lease $2,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Includes trade in bonus cash. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #F21919 Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford F-350 XL DUMP BODY 4x4
Quirk Price
$70,990
Save up to
$8,000
*Disclaimer Click Here

Lease $1,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #f212633. Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford F-350 XL Utility Body Service Truck 4x4
Quirk Price
$64,990
Save up to
$10,000
*Disclaimer Click Here

Lease $1,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #F211200. Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford F-350 XL Super Crew Cab 4x2
Quirk Price
$44,410
Save up to
$11,500
*Disclaimer Click Here

Lease $2,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #F210601. Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford F-550 Aluminum Landscape Dump Body Power Stroke Diesel 4x4
Quirk Price
$81,990
Save up to
$13,000
*Disclaimer Click Here

Lease $3,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #f210248. Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford F-250 XL Super Cab 8ft Bed 4x4
| 3.9% APR financing available
Quirk Price
$46,755
Save up to
$9,500
*Disclaimer Click Here

Lease $2,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Includes trade in bonus cash. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #F211657 Residency restrictions apply. Sale ends 4-30-2025.

2024 Ford E-350 SRW Econoline 12\' Box truck
Quirk Price
$55,990
Save up to
$6,000
*Disclaimer Click Here

Lease $1,999 cash or trade down 7.5k miles/ year. $0 security, tax, title, acq. doc additional. Includes trade in bonus cash. Extra charges may apply at lease end. lease conquest required. Subject to program change without notice. $499 documentation fee not included in final price. $20 per $1,000 borrowed. Security deposit not required. By submitting you agree to our Terms and Conditions. Stock #F212631. Residency restrictions apply. Sale ends 4-30-2025.

'; if (useGlobal) { var container = $("img[alt='incentive-container']").closest(".widget-image"); if (container.length) { container.parent().prepend("
") container.remove(); $('.incentivesContainer').html(htmlContents); } else { $("#webspecials-global").addClass("incentivesContainer"); $("#webspecials-global").html(htmlContents); } } else { $("#webspecials").html(htmlContents); } $(".contact-form #specialsContactForm input").blur(function () { $(this).removeClass("hasErrors"); }) }); function validateEmail(email) { var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(email); } function showContactForm(specialId) { $('.contact-form #specialId').val(specialId); $('.contact-form').fadeIn(); } function closeForm() { $(".contact-form #specialsContactForm input").removeClass("hasErrors"); $(".contact-form .messages .errors").html(""); $('.contact-form .sending').hide(); $('.contact-form .thanks').hide(); $('.contact-form .message').hide(); $('.contact-form').fadeOut(); $(".contact-form #specialsContactForm").get(0).reset(); setTimeout(function () { $('.contact-form .controls').show(); $(".contact-form .contactFormTitle").show(); }, 1000); } function sendData() { $(".contact-form #specialsContactForm input").removeClass("hasErrors"); $(".contact-form .messages .errors").html(""); var hasErrors = false; if (!$(".contact-form #specialsContactForm #first_name").val()) { $(".contact-form #specialsContactForm #first_name").addClass("hasErrors"); hasErrors = true; } if (!$(".contact-form #specialsContactForm #last_name").val()) { $(".contact-form #specialsContactForm #last_name").addClass("hasErrors"); hasErrors = true; } if (!$(".contact-form #specialsContactForm #email").val()) { $(".contact-form #specialsContactForm #email").addClass("hasErrors"); hasErrors = true; } if (hasErrors) { $(".contact-form .messages .errors").html("Please complete all required fields"); alert("Please complete all required fields"); return; } if (!validateEmail($(".contact-form #specialsContactForm #email").val())) { $(".contact-form #specialsContactForm #email").addClass("hasErrors"); $(".contact-form .messages .errors").html("Please enter a valid email address"); alert("Please enter a valid email address"); return; } $(".contact-form .sending").fadeIn(); $.ajax({ type: "POST", url: "https://api.quirkspecials.com/v2/api/specials/emailLead", data: $(".contact-form #specialsContactForm").serialize(), success: function (response) { $(".contact-form #specialsContactForm").get(0).reset(); $(".contact-form .sending").fadeOut(); $(".contact-form .contactFormTitle").hide(); $('.contact-form .controls').hide(); $(".contact-form .thanks").show(); }, error: function (response) { $(".contact-form .sending").fadeOut(); alert("We can't send your message right now, please try again later"); } }); }