News

Get the latest price? We will reply as soon as possible (within 12 hours)

window.addEventListener("load", function (e) { document.querySelectorAll("button[id='submit']").forEach(function (e) { e.addEventListener("click", function () { var email = document.querySelector('[name="email"]').value; var msg = document.querySelector('[name="message"]').value; var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; if (email != "" && msg != "" && email.match(mailformat)) { gtag('set', 'user_data', { 'email': email }) gtag('event', 'conversion',{ 'send_to': 'AW-17674045041/oacrCICiysQbEPGM0utB'}); } }); }); });