




{"id":2005,"date":"2025-02-01T12:06:25","date_gmt":"2025-02-01T11:06:25","guid":{"rendered":"http:\/\/192.168.1.30\/?page_id=2005"},"modified":"2025-02-01T12:07:48","modified_gmt":"2025-02-01T11:07:48","slug":"formulario-reset-password","status":"publish","type":"page","link":"https:\/\/euribor365.es\/index.php\/formulario-reset-password\/","title":{"rendered":"formulario-reset-password"},"content":{"rendered":"    <form id=\"form-recuperacion\" style=\"max-width: 400px; margin: auto; padding: 20px; border: 1px solid #ddd; border-radius: 8px; background: #f9f9f9;\">\n        <label for=\"email\">Introduce tu correo electr\u00f3nico:<\/label>\n        <input type=\"email\" name=\"email\" id=\"email\" required style=\"width: 100%; padding: 10px; margin-top: 5px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 5px;\">\n        <button type=\"submit\" style=\"width: 100%; background-color: #007bff; color: white; padding: 12px; border: none; border-radius: 5px; cursor: pointer;\">\n            Restablecer contrase\u00f1a\n        <\/button>\n        <p id=\"mensaje-respuesta\" style=\"margin-top: 10px;\"><\/p>\n    <\/form>\n\n    <script>\n    document.getElementById(\"form-recuperacion\").addEventListener(\"submit\", function(event) {\n        event.preventDefault();\n        \n        let email = document.getElementById(\"email\").value;\n        let mensajeRespuesta = document.getElementById(\"mensaje-respuesta\");\n\n        mensajeRespuesta.textContent = \"\u231b Enviando correo...\";\n        mensajeRespuesta.style.color = \"blue\";\n\n        fetch(\"https:\/\/euribor365.es\/wp-admin\/admin-ajax.php\", {\n            method: \"POST\",\n            headers: { \"Content-Type\": \"application\/x-www-form-urlencoded\" },\n            body: \"action=enviar_email_recuperacion&email=\" + encodeURIComponent(email)\n        })\n        .then(response => response.json())\n        .then(data => {\n            if (data.success) {\n                mensajeRespuesta.textContent = data.data;\n                mensajeRespuesta.style.color = \"green\";\n            } else {\n                mensajeRespuesta.textContent = data.data;\n                mensajeRespuesta.style.color = \"red\";\n            }\n        })\n        .catch(error => {\n            mensajeRespuesta.textContent = \"\u274c Error al procesar la solicitud.\";\n            mensajeRespuesta.style.color = \"red\";\n        });\n    });\n    <\/script>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2005","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/pages\/2005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/comments?post=2005"}],"version-history":[{"count":2,"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/pages\/2005\/revisions"}],"predecessor-version":[{"id":2007,"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/pages\/2005\/revisions\/2007"}],"wp:attachment":[{"href":"https:\/\/euribor365.es\/index.php\/wp-json\/wp\/v2\/media?parent=2005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}