Fale Conosco

Enviar Inquérito

 


 

Please make sure your contact information is correct. Your message will be sent directly to the recipient(s) and will not be publicly displayed. We will never distribute or sell your personal information to third parties without your express permission.

var verificar = falso; var verifyCallback = função(resposta) { verificar=verdadeiro; }; var onloadCallback = function() { grecaptcha.render('html_element', { 'sitekey' : '6LfXfbAUAAAAAJotbj2GLsgoQzPyCYygoTgwNr6q', 'callback' : verifyCallback, }); }; $(documento).ready(function() { $('#submit_btn').click(function(){ if(verificar){ $('#InquiryForm').submit(); } else{ retornar false; } }); }); 获取GEOIP信息 var YOUR_KEY = "4f21d3e89231c93599ff1f8b7a82a008d03beed6ce46978d8e2816f13ad7e5c1"; var theURL = "//api.ipinfodb.com/v3/ip-city/?key=" + YOUR_KEY + "&format=json&callback=?"; $.ajax({ tipo: "POST", url: oURL, contentType: "aplicação/json; charset=UTF-8", tipo de dados: "json", método: 'GET', sucesso: função (dados) { $("#country").val(data.countryCode); $("#ipAddress").val(data.ipAddress); $("#countryName").val(data.countryName); $("#countryCode").val(data.countryCode); $("#regionName").val(data.regionName); $("#cityName").val(data.cityName); $("#zipCode").val(data.zipCode); $("#latitude").val(data.latitude); $("#longitude").val(data.longitude); $("#timeZone").val(data.timeZone); } }); $(".fancybox").fancybox();