{"id":2189,"date":"2025-12-19T09:29:39","date_gmt":"2025-12-19T08:29:39","guid":{"rendered":"https:\/\/www.iberfruta.es\/reporting-channel\/formulario\/"},"modified":"2025-12-19T13:19:46","modified_gmt":"2025-12-19T12:19:46","slug":"form","status":"publish","type":"page","link":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/","title":{"rendered":"Form"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]  <div class=\"container\">\n    <div class=\"row justify-content-center\">\n      <div class=\"col-md-12\">\n\n            <div class=\"section-title mb-5\">\n      <h2>Whistleblowing Report Form<\/h2>\n          <\/div>\n\n        <form id=\"contact_form\">\n          <input type=\"hidden\" name=\"opcion\" value=\"canal-denuncia\">\n\n          <div class=\"row\">\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"relacion_helios\" name=\"relacion_helios\" placeholder=\"Type of relationship with Grupo Helios\" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"dni\" name=\"dni\" placeholder=\"National ID \/ Identification Number\" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"nombre\" class=\"form-control\" id=\"nombre\" name=\"nombre\" placeholder=\"First name \" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"primer_apellido\" name=\"primer_apellido\" placeholder=\"First surname \" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->                 \n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"segundo_apellido\" name=\"segundo_apellido\" placeholder=\"Second surname \" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"telefono\" name=\"telefono\"  placeholder=\"Contact phone number\" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-6\">\n              <div class=\"form-group\">\n                <input type=\"text\" class=\"form-control\" id=\"correo_electronico\" name=\"correo_electronico\"  placeholder=\"Contact email address\" value=\"\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <textarea class=\"form-control mandatory\" id=\"identificacion\" name=\"identificacion\"  placeholder=\"Identification of the person who is allegedly responsible for the conduct being reported (full name and position held within Grupo Helios)* * (Campo obligatorio)\"><\/textarea>\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <textarea class=\"form-control mandatory\" id=\"hechos\" name=\"hechos\"  placeholder=\"Detailed description of the facts being reported, including, as far as possible, locations, dates and any other relevant information * (Campo obligatorio)\" value=\"\"><\/textarea>\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <textarea class=\"form-control mandatory\" id=\"involucrados\" name=\"involucrados\"  placeholder=\"Identification, where possible, of the persons involved in the reported facts or any witnesses * (Campo obligatorio)\"><\/textarea>\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n\n\n          <div class=\"row row-submit\">\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <div class=\"checkbox mt-4\">\n                  <label>\n                    <input type=\"checkbox\" name=\"privacidad\" id=\"privacidad\"> <span>I have read and accept the <a href=\"https:\/\/www.iberfruta.es\/politica-de-privacidad\/\" target=\"_blank\" rel=\"nofollow\"><strong>Privacy Policy<\/strong><\/a><\/span>\n                  <\/label>\n                <\/div>\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n          <\/div><!-- .row -->\n\n          <div class=\"row row-submit\">\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <div id=\"msgError\" class=\"alert alert-warning\"><\/div>\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n\n            <div class=\"col-md-12\">\n              <div class=\"form-group\">\n                <input type=\"submit\" class=\"btn btn-primary btn-lg btnEnviarContacto\" value=\"SEND\">\n              <\/div><!-- .form-group -->\n            <\/div><!-- .col -->\n          <\/div><!-- .row -->\n        <\/form>\n\n        <script>\n          jQuery(function($){\n            \/\/on submit\n            $('#contact_form').submit(function(e){\n              e.preventDefault();\n\n                  var campos_obligatorios = 0;\n\n                  $(\"#msgError\").hide();\n                  $('.input-error').removeClass('input-error');\n\n                  $( \".mandatory\" ).each(function( index ) {\n                    if(!$(this).val()){\n                      $(this).addClass('input-error');\n                      campos_obligatorios++;\n                    }\n                  });\n\n\n\n                if(campos_obligatorios>0){\n                  $(\"#msgError\").html('Fields marked with * are required');\n                  $(\"#msgError\").fadeIn();\n                }\n                else if(!$(\"#privacidad\").is(':checked')){\n                  $(\"#privacidad\").addClass('input-error');\n                  $(\"#msgError\").html('You must accept the privacy policy');\n                  $(\"#msgError\").fadeIn();\n                }\n                else{\n                  $(\".btnEnviarContacto\").spin(\"small\", \"white\");\n\n                  var data = $('#contact_form').serialize();\n\n\n                  $.post('https:\/\/www.iberfruta.es\/wp-content\/themes\/iberfuta\/inc\/controlador.php', $(\"#contact_form\").serialize(), function(data, textStatus, xhr) {\n\n                      if(data.res == 'ok'){\n                        $(\"#contact_form\")[0].reset();\n                        $(\"#msgError\").html('Your message has been sent successfully.');\n                        $(\"#msgError\").fadeIn();\n                      }\n                      else{\n                        $(\"#msgError\").html('An error has occurred, please try again');\n                        $(\"#msgError\").fadeIn();\n                      }\n  \n                  }, 'json');\n\n                }\n\n\n            });\n\n\n          });\n        <\/script>\n      <\/div><!-- .col -->\n    <\/div><!-- .row -->\n  <\/div><!-- .container -->\n[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2184,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2189","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Form - Iberfruta<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Form - Iberfruta\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/\" \/>\n<meta property=\"og:site_name\" content=\"Iberfruta\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-19T12:19:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.iberfruta.es\/wp-content\/uploads\/2022\/03\/fb-share.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/\",\"url\":\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/\",\"name\":\"Form - Iberfruta\",\"isPartOf\":{\"@id\":\"https:\/\/www.iberfruta.es\/#website\"},\"datePublished\":\"2025-12-19T08:29:39+00:00\",\"dateModified\":\"2025-12-19T12:19:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Whistleblowing Report\",\"item\":\"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Form\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.iberfruta.es\/#website\",\"url\":\"https:\/\/www.iberfruta.es\/\",\"name\":\"Iberfruta\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.iberfruta.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Form - Iberfruta","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/","og_locale":"en_US","og_type":"article","og_title":"Form - Iberfruta","og_description":"[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]","og_url":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/","og_site_name":"Iberfruta","article_modified_time":"2025-12-19T12:19:46+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.iberfruta.es\/wp-content\/uploads\/2022\/03\/fb-share.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/","url":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/","name":"Form - Iberfruta","isPartOf":{"@id":"https:\/\/www.iberfruta.es\/#website"},"datePublished":"2025-12-19T08:29:39+00:00","dateModified":"2025-12-19T12:19:46+00:00","breadcrumb":{"@id":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Whistleblowing Report","item":"https:\/\/www.iberfruta.es\/en\/whistleblowing-report\/"},{"@type":"ListItem","position":2,"name":"Form"}]},{"@type":"WebSite","@id":"https:\/\/www.iberfruta.es\/#website","url":"https:\/\/www.iberfruta.es\/","name":"Iberfruta","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.iberfruta.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/pages\/2189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/comments?post=2189"}],"version-history":[{"count":1,"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/pages\/2189\/revisions"}],"predecessor-version":[{"id":2190,"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/pages\/2189\/revisions\/2190"}],"up":[{"embeddable":true,"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/pages\/2184"}],"wp:attachment":[{"href":"https:\/\/www.iberfruta.es\/en\/wp-json\/wp\/v2\/media?parent=2189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}