if (error !== "") { Swal.fire({ title: '¡Error!', position:'center', html: error, icon: 'error', confirmButtonText: 'Aceptar' }); return false; } else { event.preventDefault(); Swal.fire({ title: '¡Exito!', text: "Formulario completado correctamente", icon: 'success', confirmButtonText: 'Aceptar' }).then(() => { window.location.href = "exito.html"; }); }