ON-DEMAND
STAFFING

FCI’s Crew Scheduling service is available 24/7 in order to meet clients’ most urgent flight personnel needs, anywhere in the world.

Flight Crew International Logo

THERE WHEN YOU NEED US – WHENEVER, WHEREVER

Speak to a FlighTemps™ agent today to learn how we can provide your organization with on-demand, temporary, highly skilled Aviation Professionals – Whenever, Wherever – so you can have peace of mind and convenience.

Flight Crew International Logo

We have successfully received your request and you will shortly be receiving the terms to your provided email address! Thank you for your interest!

document.addEventListener('DOMContentLoaded', function () { function enableSubmitOnError() { var forms = document.querySelectorAll('.elementor-form'); forms.forEach(function (form) { var button = form.querySelector('button[type="submit"]'); if (!button) return; form.addEventListener('submit', function () { // disable while submitting button.disabled = true; button.textContent = 'Submitting...'; // continuously check every 500ms for visible errors var interval = setInterval(function () { var error = form.querySelector('.elementor-message-danger, .elementor-message-error'); if (error && error.offsetParent !== null) { // found an error, re-enable button button.disabled = false; button.textContent = 'Submit'; clearInterval(interval); } }, 500); // stop checking after 10 seconds to avoid infinite loop setTimeout(function () { clearInterval(interval); }, 10000); }); }); } // run immediately and after Elementor dynamic content enableSubmitOnError(); document.addEventListener('elementor/popup/show', enableSubmitOnError); });