dataLayer.push({event:'form_send'});
setTimeout(function(){ let locale = window.location.pathname.split('/')[1]; if(locale == 'en'){ locale = 'gb'; } var selector = '.iti__flag-container ul li[data-country-code='+ locale +']'; jQuery('.iti__selected-flag').click(); jQuery(selector).addClass('iti__highlight').click(); },500);