AI and the future of corporate travel
Here's why people will matter more than ever.
- Explore how AI is reshaping corporate travel, and why trusted relationships remain the industry's greatest advantage.
- AI is changing the way corporate travel professionals work. But as technology evolves, what will set the best advisers apart?
- In this webinar, you'll hear from Mel Quinn, Director of Corporate at Travel Counsellors, and Corporate Travel Counsellor Tim Richardson as they discuss the future of the industry, the role of AI and why the human touch still matters.
The future of corporate travel is already taking shape. Are you ready for it?
(function () { console.log("Injecting last name validator..."); function validateLastName(lastNameField, submitButton) { lastNameField.addEventListener('input', function () { const lastName = lastNameField.value.trim(); if (lastName.length < 2) { lastNameField.setCustomValidity('Last name must be at least 2 characters.'); submitButton.disabled = true; console.log("Invalid last name:", lastName); } else { lastNameField.setCustomValidity(''); submitButton.disabled = false; console.log("Valid last name:", lastName); } lastNameField.reportValidity(); }); } function setupLastNameValidation() { const lastNameField = document.querySelector('input[name="contact[last_name]"]'); if (lastNameField) { console.log("Last name field found:", lastNameField); const form = lastNameField.closest('form'); if (form) { const submitButton = form.querySelector('button[type="submit"], input[type="submit"]'); if (submitButton) { validateLastName(lastNameField, submitButton); if (lastNameField.value.trim().length < 2) { submitButton.disabled = true; } form.addEventListener('submit', function (event) { if (!lastNameField.checkValidity()) { console.log("Form submission blocked due to invalid last name."); event.preventDefault(); } else { console.log("Form submitted successfully."); } }); } } } else { console.warn("Last name input not found."); } } // Wait a bit in case elements are still loading setTimeout(setupLastNameValidation, 1000); })();Please complete reCAPTCHA to proceed
Thanks for completing
ReCAPTCHA timed out. Please try again.