{"id":8695,"date":"2026-03-20T16:58:45","date_gmt":"2026-03-20T15:58:45","guid":{"rendered":"https:\/\/www.e-medical.it\/blog\/?p=8695"},"modified":"2026-05-06T17:03:59","modified_gmt":"2026-05-06T15:03:59","slug":"8695","status":"publish","type":"post","link":"https:\/\/www.e-medical.it\/blog\/landing\/8695\/","title":{"rendered":"GUIDA ALLA MEDICAZIONE"},"content":{"rendered":"\n<p>Rispondi ad alcune semplici domande sulla lesione, sul livello di essudato e sulle condizioni della cute. Al termine riceverai un protocollo orientativo con prodotti consigliati, indicazioni di detersione e PDF riepilogativo via email.<\/p>\n\n\n\n<style>\n  .ff-outer{\n    background:#F1F1F1;\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:24px 16px;\n    box-sizing:border-box;\n  }\n  .ff-outer iframe{\n    width:100%;\n    max-width:820px;\n    border:0 !important;\n    outline:0 !important;\n    box-shadow:none !important;\n    display:block;\n    background:transparent;\n    overflow:hidden;\n  }\n<\/style>\n\n<div class=\"ff-outer\">\n  <iframe id=\"fluentform\"\n          src=\"https:\/\/www.e-medical.it\/blog\/?ff_landing=13&#038;embedded=1\"\n          scrolling=\"no\"\n          frameborder=\"0\"\n          allowtransparency=\"true\"><\/iframe>\n<\/div>\n\n<script>\n(function(){\n  var iframe = document.getElementById('fluentform');\n  var lastH = 0;\n  var isolated = false;\n\n  var hideCSS = ''\n    + 'html{overflow:hidden !important;}'\n    + 'html,body{margin:0 !important;padding:0 !important;'\n    + 'background:#F1F1F1 !important;height:auto !important;min-height:0 !important;}'\n    + '#wpadminbar,header,nav,aside,footer,'\n    + '[role=\"search\"],[role=\"navigation\"],[role=\"banner\"],[role=\"contentinfo\"],'\n    + '.search-form,form[role=\"search\"],'\n    + '.menu,.nav-menu,.main-navigation,.site-navigation,'\n    + '.social-links,.social-navigation,.widget-area,.sidebar,'\n    + '.breadcrumbs,.entry-header,.entry-footer,.entry-meta,.post-navigation,'\n    + '.elementor-location-header,.elementor-location-footer,'\n    + '.wa-chat-box,.wa-chat-bubble,.whatsapp-chat,.whatsapp,'\n    + '[class*=\"whatsapp\"],[id*=\"whatsapp\"],[class*=\"wa-chat\"],'\n    + '.elementor-widget-wp-whatsapp,.joinchat,.holler-box'\n    + '{display:none !important;visibility:hidden !important;height:0 !important;width:0 !important;overflow:hidden !important;}'\n    + '#page,#content,#primary,#main,.site,.site-content,.site-main,'\n    + '.container,.entry-content,article,section,.post,.hentry{'\n    + 'margin:0 !important;padding:0 !important;'\n    + 'max-width:100% !important;width:100% !important;'\n    + 'background:transparent !important;box-shadow:none !important;'\n    + 'border:0 !important;outline:0 !important;'\n    + 'min-height:0 !important;height:auto !important;'\n    + 'float:none !important;}'\n    + '.fluentform,.fluentform_wrapper,.ff-default,.frm-fluent-form{'\n    + 'margin:0 auto !important;border:0 !important;box-shadow:none !important;}';\n\n  function isolateForm(doc){\n    if(isolated) return true;\n    try{\n      var form = doc.querySelector('.fluentform, form[data-form_id]');\n      if(!form) return false;\n      var container = form.closest('.fluentform_wrapper, .ff-default, .frm-fluent-form') || form;\n      var el = container;\n      while(el && el.parentElement && el !== doc.body && el !== doc.documentElement){\n        var parent = el.parentElement;\n        var sib = parent.children;\n        for(var i=0; i<sib.length; i++){\n          if(sib[i] !== el &#038;&#038; !sib[i].dataset.ffKeep){\n            sib[i].style.cssText = 'display:none !important;visibility:hidden !important;height:0 !important;overflow:hidden !important;';\n          }\n        }\n        el.dataset.ffKeep = '1';\n        el.style.cssText += ';margin:0 auto !important;padding:0 !important;max-width:100% !important;width:100% !important;background:transparent !important;box-shadow:none !important;border:0 !important;outline:0 !important;min-height:0 !important;height:auto !important;float:none !important;';\n        el = parent;\n      }\n      isolated = true;\n      return true;\n    }catch(e){ return false; }\n  }\n\n  function measure(doc){\n    var heights = [\n      doc.documentElement.scrollHeight,\n      doc.documentElement.offsetHeight,\n      doc.body.scrollHeight,\n      doc.body.offsetHeight\n    ];\n    var form = doc.querySelector('.fluentform_wrapper, .fluentform, .ff-default');\n    if(form){\n      var rect = form.getBoundingClientRect();\n      heights.push(rect.bottom + 40);\n      heights.push(form.offsetHeight + form.offsetTop + 40);\n    }\n    return Math.max.apply(null, heights);\n  }\n\n  function resize(){\n    try{\n      var doc = iframe.contentWindow.document;\n      if(!doc || !doc.body) return;\n      var h = measure(doc);\n      if(h > 50 && Math.abs(h - lastH) > 2){\n        iframe.style.height = (h + 24) + 'px';\n        lastH = h;\n      }\n    }catch(e){}\n  }\n\n  function inject(){\n    try{\n      var doc = iframe.contentWindow.document;\n      if(!doc || !doc.head) return;\n      if(!doc.getElementById('ff-embed-css')){\n        var s = doc.createElement('style');\n        s.id = 'ff-embed-css';\n        s.textContent = hideCSS;\n        doc.head.appendChild(s);\n      }\n      doc.documentElement.style.background = '#F1F1F1';\n      doc.body.style.background = '#F1F1F1';\n      doc.body.style.margin = '0';\n      doc.body.style.padding = '0';\n      isolateForm(doc);\n    }catch(e){}\n  }\n\n  iframe.addEventListener('load', function(){\n    inject();\n    [50, 200, 500, 1000, 2000].forEach(function(ms){\n      setTimeout(function(){ inject(); resize(); }, ms);\n    });\n    try{\n      var doc = iframe.contentWindow.document;\n      if(window.ResizeObserver){\n        new ResizeObserver(resize).observe(doc.documentElement);\n      }\n      new MutationObserver(function(){\n        resize();\n      }).observe(doc.body, {\n        childList:true, subtree:true, attributes:true, characterData:true\n      });\n      ['click','change','input','submit','keyup'].forEach(function(ev){\n        doc.addEventListener(ev, function(){\n          setTimeout(resize, 50);\n          setTimeout(resize, 350);\n          setTimeout(resize, 800);\n        }, true);\n      });\n    }catch(e){}\n  });\n\n  setInterval(resize, 1000);\n  window.addEventListener('resize', resize);\n})();\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rispondi ad alcune semplici domande sulla lesione, sul livello di essudato e sulle condizioni della cute. Al termine riceverai un protocollo orientativo con prodotti consigliati, indicazioni di detersione e PDF riepilogativo via email.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8695","post","type-post","status-publish","format-standard","hentry","category-landing"],"_links":{"self":[{"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/posts\/8695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/comments?post=8695"}],"version-history":[{"count":8,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/posts\/8695\/revisions"}],"predecessor-version":[{"id":8970,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/posts\/8695\/revisions\/8970"}],"wp:attachment":[{"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/media?parent=8695"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/categories?post=8695"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.e-medical.it\/blog\/wp-json\/wp\/v2\/tags?post=8695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}