You are on the Route Sync LLC сompany сontacts page. Contact us in a convenient way to get truck dispatch services or clarify any details about the company’s work.
✉️ Mail: info@theroutesync.com
Choose the qualified services of TOP companies in the USA and Canada.
Scroll to Top
Write to start dispatch
We are providing Over-the-Road logistics only
document.addEventListener('DOMContentLoaded', function() {
var form = document.querySelector('.elementor-form');
var checkbox = form.querySelector('.elementor-field-option input[type="checkbox"]');
var submitButton = form.querySelector('button[type="submit"]');
submitButton.addEventListener('click', function(event) {
if (!checkbox.checked) {
event.preventDefault();
alert('Please check the required checkbox before submitting.');
}
});
});