The leading monitoring solution upgrades its features to help companies get a full contribution from remote employees.
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
function setAddress() { fetch('https://ipinfo.io/json') .then(response => response.json()) .then(data => { console.log(data); jQuery('input[name="lead[city]"]').val(data?.city ?? ''); jQuery('input[name="lead[state]"]').val(data?.region ?? ''); jQuery('input[name="lead[zipcode]"]').val(data?.postal ?? ''); jQuery('input[name="lead[country]"]').val(data?.country ?? ''); }); }
setTimeout(setAddress, 6000);
Leave a reply