jQuery(document).ready(function($){ $('#showform').on('click', function(e){ e.preventDefault(); $('.show-on-click').toggleClass('is-hidden'); });});

Successful Form Submission

Thanks for getting in touch with Jet Interactive, a member of our team will be in touch with you shortly. Feel free to continue browing our website in the meantime. 

jQuery('.elementor-button').on('click', function(){ jQuery('#brochure-form').show(); jQuery('html, body').animate({ scrollTop: jQuery('#brochure-form').offset().top - 100 }, 600);});