jQuery(document).ready(function($){$(".wpcf7-telephone").intlTelInput({allowDropdown:(!advancedTel.disableDropdown),autoPlaceholder:"off",excludeCountries:advancedTel.excludeCountries,formatOnDisplay:true,initialCountry:lang_geo,nationalMode:true,onlyCountries:advancedTel.onlyCountries,placeholderNumberType:"MOBILE",preferredCountries:[],separateDialCode:true,utilsScript:advancedTel.plugin_dir_url+"js/utils.js"});var telephone='';$('.wpcf7-submit').on('click',function(e){var telcode=$('.intl-tel-input .selected-dial-code').text();telephone=$(".wpcf7-telephone").val();$("#cf7-ati-code").val(telcode);var country=$('.intl-tel-input .iti-flag').attr('class').replace('iti-flag ','');$('#cf7-ati-country').val(country);});$('.wpcf7-telephone').keypress(function(event){var inputValue=event.which;if(inputValue>31&&(inputValue<48||inputValue>57)){event.preventDefault();}});});