{"id":24528,"date":"2014-07-10T13:42:53","date_gmt":"2014-07-10T13:42:53","guid":{"rendered":"https:\/\/es.wordpress.org\/support\/topic\/reenviar-a-pagina-de-agradecimiento\/"},"modified":"2016-08-06T00:29:21","modified_gmt":"2016-08-06T00:29:21","slug":"reenviar-a-pagina-de-agradecimiento","status":"closed","type":"topic","link":"https:\/\/es.wordpress.org\/support\/topic\/reenviar-a-pagina-de-agradecimiento\/","title":{"rendered":"Reenviar a p\u00e1gina de agradecimiento"},"content":{"rendered":"<p>Buen d\u00eda, soy nuevo en el foro y quisiera si alguien pudiera ayudarme a resolver una duda. Resulta que instale la plantilla Avada y aproveche el c\u00f3digo de unos de su templates, el de formulario de contacto para ser especificos, y consegui enviar un formulario personalizado por correo, pero lo que no puedo y no queda es que despues de llenar el formulario se redirigan a otra p\u00e1gina, una tipo de agradecimiento, ahorita lo que hace es mostrar un mensaje pero se queda donde mismome gustar\u00eda saber si alguien sabe como ser\u00eda la soluci\u00f3n, de antemano gracias. Adjunto el codigo.<\/p>\n<p>&lt;?php<br \/>\n\/\/ Template Name: Evaluacion de Riesgos<br \/>\nget_header(); global $data; ?&gt;<br \/>\n&lt;?php<br \/>\n\/\/Si el formulario es enviado<br \/>\nif(isset($_POST[&#8216;submit&#8217;])) {<br \/>\n\t\/\/Verificar que el campo Nombre no este vacio<br \/>\n\tif(trim($_POST[&#8216;name_evaluacion&#8217;]) == \u00bb || trim($_POST[&#8216;name_evaluacion&#8217;]) == &#8216;Name (required)&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$name = trim($_POST[&#8216;name_evaluacion&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 1 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res1&#8217;]) == \u00bb || trim($_POST[&#8216;res1&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res1 = trim($_POST[&#8216;res1&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 2 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res2&#8217;]) == \u00bb || trim($_POST[&#8216;res2&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res2 = trim($_POST[&#8216;res2&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 3 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res3&#8217;]) == \u00bb || trim($_POST[&#8216;res3&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res3 = trim($_POST[&#8216;res3&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 4 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res4&#8217;]) == \u00bb || trim($_POST[&#8216;res4&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res4 = trim($_POST[&#8216;res4&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 5 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res5&#8217;]) == \u00bb || trim($_POST[&#8216;res5&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res5 = trim($_POST[&#8216;res5&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 6 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res6&#8217;]) == \u00bb || trim($_POST[&#8216;res6&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res6 = trim($_POST[&#8216;res6&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 7 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res7&#8217;]) == \u00bb || trim($_POST[&#8216;res7&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res7 = trim($_POST[&#8216;res7&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 8 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res8&#8217;]) == \u00bb || trim($_POST[&#8216;res8&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res8 = trim($_POST[&#8216;res8&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 9 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res9&#8217;]) == \u00bb || trim($_POST[&#8216;res9&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res9 = trim($_POST[&#8216;res9&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar que la respuesta 10 no este vacia<br \/>\n\tif(trim($_POST[&#8216;res10&#8217;]) == \u00bb || trim($_POST[&#8216;res10&#8217;]) == &#8216;Todos los campos son obligatorios&#8217;) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$res10 = trim($_POST[&#8216;res10&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/El campo empresa, no es obligatorio<br \/>\n\tif(function_exists(&#8216;stripslashes&#8217;)) {<br \/>\n\t\t$empresa = stripslashes(trim($_POST[&#8216;empresa&#8217;]));<br \/>\n\t} else {<br \/>\n\t\t$empresa = trim($_POST[&#8216;empresa&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/El campo telefono, no es obligatorio<br \/>\n\tif(function_exists(&#8216;stripslashes&#8217;)) {<br \/>\n\t\t$telefono = stripslashes(trim($_POST[&#8216;telefono&#8217;]));<br \/>\n\t} else {<br \/>\n\t\t$telefono = trim($_POST[&#8216;telefono&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/El campo puesto, no es obligatorio<br \/>\n\tif(function_exists(&#8216;stripslashes&#8217;)) {<br \/>\n\t\t$puesto = stripslashes(trim($_POST[&#8216;puesto&#8217;]));<br \/>\n\t} else {<br \/>\n\t\t$puesto = trim($_POST[&#8216;puesto&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Verificar y asegurarse de que se envie una direcci\u00f3n de correo electr\u00f3nico v\u00e1lida<br \/>\n\tif(trim($_POST[&#8216;email&#8217;]) == \u00bb || trim($_POST[&#8216;email&#8217;]) == &#8216;Email (required)&#8217;)  {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else if (!eregi(\u00ab^[A-Z0-9._%-]+@[A-Z0-9._%-]+\\.[A-Z]{2,4}$\u00bb, trim($_POST[&#8216;email&#8217;]))) {<br \/>\n\t\t$hasError = true;<br \/>\n\t} else {<br \/>\n\t\t$email = trim($_POST[&#8216;email&#8217;]);<br \/>\n\t}<\/p>\n<p>\t\/\/Si no hay errores, enviar el correo<br \/>\n\tif(!isset($hasError)) {<br \/>\n\t\t$name = wp_filter_kses( $name );<br \/>\n\t\t$email = wp_filter_kses( $email );<br \/>\n\t\t$empresa = wp_filter_kses( $empresa );<br \/>\n\t\t$puesto = wp_filter_kses( $puesto );<br \/>\n\t\t$telefono = wp_filter_kses( $telefono );<br \/>\n\t\t$res1 = wp_filter_kses( $res1 );<br \/>\n\t\t$res2 = wp_filter_kses( $res2 );<br \/>\n\t\t$res3 = wp_filter_kses( $res3 );<br \/>\n\t\t$res4 = wp_filter_kses( $res4 );<br \/>\n\t\t$res5 = wp_filter_kses( $res5 );<br \/>\n\t\t$res6 = wp_filter_kses( $res6 );<br \/>\n\t\t$res7 = wp_filter_kses( $res7 );<br \/>\n\t\t$res8 = wp_filter_kses( $res8 );<br \/>\n\t\t$res9 = wp_filter_kses( $res9 );<br \/>\n\t\t$res10 = wp_filter_kses( $res10 );<br \/>\n\t\t$subject\t= \u00ab$name realizo una Evaluaci\u00f3n de Riesgos\u00bb;<\/p>\n<p>\t\t$emailTo = $data[&#8216;email_address&#8217;]; \/\/Inserta tu email aqu\u00ed<br \/>\n\t\t$body = __(&#8216;Nombre:&#8217;, &#8216;Avada&#8217;).\u00bb $name \\n\\n\u00bb;<\/p>\n<p>\t\t$body .= __(&#8216;Empresa:&#8217;, &#8216;Avada&#8217;).\u00bb $empresa \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;Puesto:&#8217;, &#8216;Avada&#8217;).\u00bb $puesto \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;Tel\u00e9fono:&#8217;, &#8216;Avada&#8217;).\u00bb $telefono \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;Email:&#8217;, &#8216;Avada&#8217;).\u00bb $email \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;1-\u00bfSe lleva a cabo regularmente una auditoria de seguridad en su negocio? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res1 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;2-\u00bfSu organizaci\u00f3n tiene pol\u00edticas formales de seguridad de la informaci\u00f3n? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res2 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;3-Si usted no tiene pol\u00edticas de seguridad de la informaci\u00f3n, \u00bfse actualizan y se comunicar\u00e1 a todos los funcionarios? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res3 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;4-\u00bfAl contratar a nuevos empleados tiende su organizaci\u00f3n a realizar controles completos de referencia y, cuando proceda, pide a sus nuevos empleados a firmar acuerdos de confidencialidad? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res4 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;5-\u00bfSu organizaci\u00f3n es totalmente compatible con la legislaci\u00f3n nacional el robo de identidad? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res5 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;6-\u00bfSu organizaci\u00f3n realiza un seguimiento de cambios en la legislaci\u00f3n nacional de robo de identidad? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res6 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;7-\u00bfSu organizaci\u00f3n tiene una \u00abpol\u00edticas de destrucci\u00f3n \u00ab, cuando todos los documentos que no sean necesarios han sido totalmente destruidos en forma regular? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res7 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;8-\u00bfSu organizaci\u00f3n lleva consolas cerradas para materiales a ser reciclados? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res8 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8216;9-\u00bfSu organizaci\u00f3n s\u00f3lo ofrecen los contenedores de reciclaje, donde la informaci\u00f3n se deposita, en lugar de consolas de seguro y bajo llave? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res9 \\n\\n\u00bb;<br \/>\n\t\t$body .= __(&#8217;10-Si su empresa alquila computadoras o fotocopiadoras, son los discos duros destruidos (en lugar de borrado) cuando se devuelven \/ intercambio? R:&#8217;, &#8216;Avada&#8217;).\u00bb $res10 \\n\\n\u00bb;<br \/>\n\t\t$headers .= &#8216;Reply-To: &#8216; . $name . &#8216; &lt;&#8216; . $email . &#8216;&gt;&#8217; . \u00ab\\r\\n\u00bb;<\/p>\n<p>\t\t$mail = wp_mail($emailTo, $subject, $body, $headers);<\/p>\n<p>\t\t$emailSent = true;<br \/>\n\t}<\/p>\n<p>\tif($emailSent == true) {<br \/>\n\t\t$_POST[&#8216;name_evaluacion&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;email&#8217;] = \u00bb;<br \/>\n\t        $_POST[&#8216;empresa&#8217;] = \u00bb;<br \/>\n\t        $_POST[&#8216;puesto&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;telefono&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res1&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res2&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res3&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res4&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res5&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res6&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res7&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res8&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res9&#8217;] = \u00bb;<br \/>\n\t\t$_POST[&#8216;res10&#8217;] = \u00bb;<br \/>\n\t}<br \/>\n}<br \/>\n?&gt;<br \/>\n\t&lt;?php<br \/>\n\tif(get_post_meta($post-&gt;ID, &#8216;pyre_full_width&#8217;, true) == &#8216;yes&#8217;) {<br \/>\n\t\t$content_css = &#8216;width:100%&#8217;;<br \/>\n\t\t$sidebar_css = &#8216;display:none&#8217;;<br \/>\n\t}<br \/>\n\telseif(get_post_meta($post-&gt;ID, &#8216;pyre_sidebar_position&#8217;, true) == &#8216;left&#8217;) {<br \/>\n\t\t$content_css = &#8216;float:right;&#8217;;<br \/>\n\t\t$sidebar_css = &#8216;float:left;&#8217;;<br \/>\n\t} elseif(get_post_meta($post-&gt;ID, &#8216;pyre_sidebar_position&#8217;, true) == &#8216;right&#8217;) {<br \/>\n\t\t$content_css = &#8216;float:left;&#8217;;<br \/>\n\t\t$sidebar_css = &#8216;float:right;&#8217;;<br \/>\n\t} elseif(get_post_meta($post-&gt;ID, &#8216;pyre_sidebar_position&#8217;, true) == &#8216;default&#8217;) {<br \/>\n\t\tif($data[&#8216;default_sidebar_pos&#8217;] == &#8216;Left&#8217;) {<br \/>\n\t\t\t$content_css = &#8216;float:right;&#8217;;<br \/>\n\t\t\t$sidebar_css = &#8216;float:left;&#8217;;<br \/>\n\t\t} elseif($data[&#8216;default_sidebar_pos&#8217;] == &#8216;Right&#8217;) {<br \/>\n\t\t\t$content_css = &#8216;float:left;&#8217;;<br \/>\n\t\t\t$sidebar_css = &#8216;float:right;&#8217;;<br \/>\n\t\t}<br \/>\n\t}<br \/>\n\t?&gt;<br \/>\n\t&lt;div id=\u00bbcontent\u00bb style=\u00bb&lt;?php echo $content_css; ?&gt;\u00bb&gt;<br \/>\n\t\t&lt;span class=\u00bbentry-title\u00bb style=\u00bbdisplay: none;\u00bb&gt;&lt;?php the_title(); ?&gt;&lt;\/span&gt;<br \/>\n\t\t&lt;span class=\u00bbvcard\u00bb style=\u00bbdisplay: none;\u00bb&gt;&lt;span class=\u00bbfn\u00bb&gt;&lt;?php the_author_posts_link(); ?&gt;&lt;\/span&gt;&lt;\/span&gt;<br \/>\n\t\t&lt;span class=\u00bbupdated\u00bb style=\u00bbdisplay: none;\u00bb&gt;&lt;?php the_time(&#8216;c&#8217;); ?&gt;&lt;\/span&gt;<br \/>\n\t\t&lt;?php while(have_posts()): the_post(); ?&gt;<br \/>\n\t\t\t&lt;div id=\u00bbpost-&lt;?php the_ID(); ?&gt;\u00bb &lt;?php post_class(); ?&gt;&gt;<br \/>\n\t\t\t&lt;div class=\u00bbpost-content\u00bb&gt;<br \/>\n\t\t\t\t&lt;?php the_content(); ?&gt;<\/p>\n<p>\t\t\t\t&lt;?php if(isset($hasError)) { \/\/Si se encuentran errores o campos vacios ?&gt;<br \/>\n\t\t\t\t\t&lt;div class=\u00bbalert error\u00bb&gt;&lt;div class=\u00bbmsg\u00bb&gt;&lt;?php echo __(\u00abPor favor, compruebe si se han introducido todos los campos con informaci\u00f3n v\u00e1lida. Gracias..\u00bb, &#8216;Avada&#8217;); ?&gt;&lt;\/div&gt;&lt;\/div&gt;<\/p>\n<p>\t\t\t\t&lt;?php } ?&gt;<\/p>\n<p>\t\t\t\t&lt;?php if(isset($emailSent) &amp;&amp; $emailSent == true) { \/\/If email is sent ?&gt;<br \/>\n&lt;div class=\u00bbalert success\u00bb&gt;&lt;div class=\u00bbmsg\u00bb&gt;&lt;?php echo __(&#8216;Gracias&#8217;, &#8216;Avada&#8217;); ?&gt; <strong>&lt;?php echo $name;?&gt;<\/strong> &lt;?php echo __(&#8216;y Felicidades por tu inter\u00e9s en Proteger la confidencialidad de tu informaci\u00f3n. <\/p>\n<p>Un experto se contactar\u00e1 contigo a la brevedad&#8230; <\/p>\n<p>De cualquier forma este es un celular de emergencia, si urge contactarnos marcanos al 8991608374. Gracias.&#8217;, &#8216;Avada&#8217;); ?&gt;&lt;\/div&gt;&lt;\/div&gt;<\/p>\n<p>\n\t\t\t\t\t&lt;?php } ?&gt;<br \/>\n\t\t\t\t\t} <\/p>\n<p>\t\t\t&lt;\/div&gt;<br \/>\n\t\t\t&lt;form action=\u00bb\u00bb method=\u00bbpost\u00bb&gt;<\/p>\n<p>\t\t\t&lt;h2&gt;T\u00f3mate unos minutos en contestar la evaluaci\u00f3n&lt;\/h2&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;Nombre&lt;input type=\u00bbtext\u00bb name=\u00bbname_evaluacion\u00bb id=\u00bbauthor\u00bb value=\u00bb&lt;?php if(isset($_POST[&#8216;name_evaluacion&#8217;]) &amp;&amp; !empty($_POST[&#8216;name_evaluacion&#8217;])) { echo wp_filter_kses( $_POST[&#8216;name_evaluacion&#8217;] ); } ?&gt;\u00bb  size=\u00bb22&#8243; tabindex=\u00bb1&#8243; aria-required=\u00bbtrue\u00bb class=\u00bb\u00bb&gt;&lt;\/p&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;Email&lt;input type=\u00bbtext\u00bb name=\u00bbemail\u00bb id=\u00bbemail\u00bb value=\u00bb&lt;?php if(isset($_POST[&#8216;email&#8217;]) &amp;&amp; !empty($_POST[&#8216;email&#8217;])) { echo wp_filter_kses( $_POST[&#8216;email&#8217;] ); } ?&gt;\u00bb size=\u00bb22&#8243; tabindex=\u00bb2&#8243; aria-required=\u00bbtrue\u00bb class=\u00bbinput-email\u00bb&gt;&lt;\/p&gt;<br \/>\n\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;Empresa&lt;input type=\u00bbtext\u00bb name=\u00bbempresa\u00bb id=\u00bbempresa\u00bb value=\u00bb&lt;?php if(isset($_POST[&#8216;empresa&#8217;]) &amp;&amp; !empty($_POST[&#8216;empresa&#8217;])) { echo wp_filter_kses( $_POST[&#8216;empresa&#8217;] ); } ?&gt;\u00bb  size=\u00bb22&#8243; tabindex=\u00bb3&#8243; class=\u00bb\u00bb&gt;&lt;\/p&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;Puesto de Trabajo&lt;input type=\u00bbtext\u00bb name=\u00bbpuesto\u00bb id=\u00bbpuesto\u00bb value=\u00bb&lt;?php if(isset($_POST[&#8216;puesto&#8217;]) &amp;&amp; !empty($_POST[&#8216;puesto&#8217;])) { echo wp_filter_kses( $_POST[&#8216;puesto&#8217;] ); } ?&gt;\u00bb  size=\u00bb22&#8243; tabindex=\u00bb3&#8243; class=\u00bb\u00bb&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;N\u00famero de Tel\u00e9fono&lt;input type=\u00bbtext\u00bb name=\u00bbtelefono\u00bb id=\u00bbtelefono\u00bb value=\u00bb&lt;?php if(isset($_POST[&#8216;telefono&#8217;]) &amp;&amp; !empty($_POST[&#8216;telefono&#8217;])) { echo wp_filter_kses( $_POST[&#8216;telefono&#8217;] ); } ?&gt;\u00bb size=\u00bb22&#8243; tabindex=\u00bb3&#8243; class=\u00bbinput-website\u00bb&gt;&lt;\/p&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;p style=\u00bbfont-size:16px;color:#000;\u00bb&gt;1-\u00bfSe lleva a cabo regularmente una auditoria de seguridad en su negocio?<br \/>Si&lt;input type=\u00bbradio\u00bb name=\u00bbres1&#8243; value=\u00bbSi\u00bb id=\u00bbres1_0&#8243;  onclick=\u00bbcalc(this.value)\u00bb\/&gt;<br \/>\n&nbsp;&nbsp;&nbsp; No&lt;input type=\u00bbradio\u00bb name=\u00bbres1&#8243; value=\u00bbNo\u00bb id=\u00bbres1_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt; <\/p>\n<p>2-\u00bfSu organizaci\u00f3n tiene pol\u00edticas formales de seguridad de la informaci\u00f3n?<br \/>Si&lt;input type=\u00bbradio\u00bb name=\u00bbres2&#8243; value=\u00bbSi\u00bb id=\u00bbres2_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp; No&lt;input type=\u00bbradio\u00bb name=\u00bbres2&#8243; value=\u00bbNo\u00bb id=\u00bbres2_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>3-Si usted no tiene pol\u00edticas de seguridad de la informaci\u00f3n, \u00bfse actualizan y se comunicar\u00e1 a todos los funcionarios?<br \/>Si&lt;input type=\u00bbradio\u00bb name=\u00bbres3&#8243; value=\u00bbSi\u00bb id=\u00bbres3_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp; No&lt;input type=\u00bbradio\u00bb name=\u00bbres3&#8243; value=\u00bbNo\u00bb id=\u00bbres3_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>4-\u00bfAl contratar a nuevos empleados tiende su organizaci\u00f3n a realizar controles completos de referencia y, cuando proceda, pide a sus nuevos empleados a firmar acuerdos de confidencialidad?<br \/> Si&lt;input type=\u00bbradio\u00bb name=\u00bbres4&#8243; value=\u00bbSi\u00bb id=\u00bbres4_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp; No &lt;input type=\u00bbradio\u00bb name=\u00bbres4&#8243; value=\u00bbNo\u00bb id=\u00bbres4_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt; <\/p>\n<p>5-\u00bfSu organizaci\u00f3n es totalmente compatible con la legislaci\u00f3n nacional el robo de identidad?<br \/> Si&lt;input type=\u00bbradio\u00bb name=\u00bbres5&#8243; value=\u00bbSi\u00bb id=\u00bbres5_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp;No &lt;input type=\u00bbradio\u00bb name=\u00bbres5&#8243; value=\u00bbNo\u00bb id=\u00bbres5_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>6-\u00bfSu organizaci\u00f3n realiza un seguimiento de cambios en la legislaci\u00f3n nacional de robo de identidad?<br \/> Si &lt;input type=\u00bbradio\u00bb name=\u00bbres6&#8243; value=\u00bbSi\u00bb id=\u00bbres6_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp;No  &lt;input type=\u00bbradio\u00bb name=\u00bbres6&#8243; value=\u00bbNo\u00bb id=\u00bbres6_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>7-\u00bfSu organizaci\u00f3n tiene una &quot;pol\u00edticas de destrucci\u00f3n &quot;, cuando todos los documentos que no sean necesarios han sido totalmente destruidos en forma regular? <br \/>Si&lt;input type=\u00bbradio\u00bb name=\u00bbres7&#8243; value=\u00bbSi\u00bb id=\u00bbres7_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp;No&lt;input type=\u00bbradio\u00bb name=\u00bbres7&#8243; value=\u00bbNo\u00bb id=\u00bbres7_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p> 8-\u00bfSu organizaci\u00f3n lleva consolas cerradas para materiales a ser reciclados?<br \/>&lt;input type=\u00bbradio\u00bb name=\u00bbres8&#8243; value=\u00bbSi\u00bb id=\u00bbres8_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;&nbsp;&nbsp;&nbsp; No&lt;input type=\u00bbradio\u00bb name=\u00bbres8&#8243; value=\u00bbNo\u00bb id=\u00bbres8_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>9-\u00bfSu organizaci\u00f3n s\u00f3lo ofrecen los contenedores de reciclaje, donde la informaci\u00f3n se deposita, en lugar de consolas de seguro y bajo llave?<br \/>\nSi&lt;input type=\u00bbradio\u00bb name=\u00bbres9&#8243; value=\u00bbSi\u00bb id=\u00bbres9_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<br \/>\n&nbsp;&nbsp;&nbsp;No&lt;input type=\u00bbradio\u00bb name=\u00bbres9&#8243; value=\u00bbNo\u00bb id=\u00bbres9_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>  10-Si su empresa alquila computadoras o fotocopiadoras, son los discos duros destruidos (en lugar de borrado) cuando se devuelven \/ intercambio? <br \/>Si&lt;input type=\u00bbradio\u00bb name=\u00bbres10&#8243; value=\u00bbSi\u00bb id=\u00bbres10_0&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<br \/>\n&nbsp;&nbsp;&nbsp;No&lt;input type=\u00bbradio\u00bb name=\u00bbres10&#8243; value=\u00bbNo\u00bb id=\u00bbres10_1&#8243; onclick=\u00bbcalc(this.value)\u00bb\/&gt;<\/p>\n<p>\t\t\t\t\t&lt;div id=\u00bbcomment-submit\u00bb&gt;<\/p>\n<p>\t\t\t\t\t\t&lt;input name=\u00bbsubmit\u00bb type=\u00bbsubmit\u00bb id=\u00bbsubmit\u00bb value=\u00bb&lt;?php echo __(&#8216;Enviar&#8217;, &#8216;Avada&#8217;); ?&gt;\u00bb class=\u00bbbotonencuesta\u00bb&gt; &lt;input name=\u00bbborrar\u00bb type=\u00bbreset\u00bb id=\u00bbreset\u00bb tabindex=\u00bb5&#8243; value=\u00bb&lt;?php echo __(&#8216;Borrar&#8217;, &#8216;Avada&#8217;); ?&gt;\u00bb class=\u00bbbotonencuesta\u00bb&gt;<br \/>\n\t\t\t\t\t&lt;\/div&gt;<\/p>\n<p>\t\t\t&lt;\/form&gt;<br \/>\n\t\t&lt;\/div&gt;<br \/>\n\t\t&lt;?php endwhile; ?&gt;<br \/>\n\t&lt;\/div&gt;<\/p>\n<p>\t&lt;div id=\u00bbsidebar\u00bb style=\u00bb&lt;?php echo $sidebar_css; ?&gt;\u00bb&gt;&lt;?php generated_dynamic_sidebar(); ?&gt;&lt;\/div&gt;<br \/>\n&lt;?php get_footer(); ?&gt;<\/p>\n","protected":false},"template":"","class_list":["post-24528","topic","type-topic","status-closed","hentry","topic-tag-formulario-de-contacto"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/24528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/24528\/revisions"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=24528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}