Consulta rápida
            if (e.currentTarget.id == "homeForm") {
                alerta("asd1f2s1df");
                e.preventDefault();
                let bandera = falso;
                let protocolo = ventana.ubicación.protocolo;
                let backpage = protocolo + "//" + document.location.hostname + "/inquiryok?back=" + document.location.pathname;
if (emailValid && messageValid) {
                    bandera = verdadero;
                }
if (bandera) {
                    $.post(protocolo + "//inquiry.digoodcms.com/api/save/goodsolar8888", $(this).serialize(), function(res, status) {
                        if (res.indexOf('Consulta Enviar Éxito') >= 0) {
                            window.location.href = página trasera;
                            $("#homeForm").ocultar();
                            $(".submit-success").show();
                        }
                    });
                }
            }
});
function getTimestamp() {
            var d = nueva Fecha(),
                Y = d.getFullYear(),
                M = (d.getMonth() + 1) > 9 ? (d.getMonth() + 1) : '0' + (d.getMonth() + 1),
                D = d.getDate() > 9 ? d.getDate() : '0' + d.getDate(),
                h = d.getHours() > 9 ? d.getHours() : '0' + d.getHours(),
                m = d.getMinutes() > 9 ? d.getMinutes() : '0' + d.getMinutes(),
                s = d.getSeconds() > 9 ? d.getSeconds() : '0' + d.getSeconds();
            var timestamp = '${Y}/${M}/${D} ${h}:${m}:${s}';
            var rand = Math.random();
            rand = rand.toString().substr(3);
            devuelve timestamp + ', version=' + rand;
        }
        
});