{"id":564,"date":"2025-08-26T09:02:04","date_gmt":"2025-08-26T09:02:04","guid":{"rendered":"https:\/\/hcarecompliance.com\/staging\/7161\/?page_id=564"},"modified":"2025-08-27T06:07:54","modified_gmt":"2025-08-27T06:07:54","slug":"decline-terms","status":"publish","type":"page","link":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/","title":{"rendered":"Decline Terms"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center\">Terms Not Accepted means Access Restricted<br><\/h1>\n\n\n\n<script>\n    \/\/ Auto-log decline event. Replace 'endpoint' with your real server URL if different.\n    (function(){\n      function logDecline(){\n        try{\n          var payload = {\n            event: 'terms_declined',\n            ts: new Date().toISOString(),\n            page: window.location.href,\n            referrer: document.referrer || null,\n            ua: navigator.userAgent || null\n          };\n          var endpoint = '\/api\/log-decline'; \/\/ CHANGE if your server uses a different endpoint\n\n          if (navigator.sendBeacon){\n            var blob = new Blob([JSON.stringify(payload)], {type: 'application\/json'});\n            navigator.sendBeacon(endpoint, blob);\n          } else {\n            fetch(endpoint, {\n              method:'POST',\n              headers:{'Content-Type':'application\/json'},\n              body:JSON.stringify(payload),\n              keepalive:true\n            }).catch(function(){\n              try{ localStorage.setItem('decline_event', JSON.stringify(payload)); }catch(e){}\n            });\n          }\n        }catch(e){console.warn('Logging declined terms failed',e);} \n      }\n      \/\/ log immediately when the page loads\n      logDecline();\n      \/\/ expose for manual triggering if needed\n      window.logDecline = logDecline;\n    })();\n\n    document.getElementById('print').addEventListener('click',function(){window.print();});\n    document.getElementById('leave-site').addEventListener('click',function(){window.location.href='about:blank';});\n\n    \/\/ Accessibility: focus the main message for keyboard users\n    document.querySelector('.message').focus();\n  <\/script>\n\n\n\n<!-- Decline Terms component (WordPress-friendly) -->\n<div id=\"hcc-decline-terms\" class=\"hcc-root\" aria-live=\"polite\">\n  <style>\n    \/* Namespaced to reduce conflicts *\/\n    .hcc-root { --accent:#1f6feb; --muted:#6b7280; --danger:#d9534f; font-family:Inter,system-ui,-apple-system,\"Segoe UI\",Roboto,Arial; }\n    .hcc-card { max-width:880px; margin:32px auto; background:#fff; border-radius:12px; box-shadow:0 8px 24px rgba(16,24,40,0.06); overflow:hidden; }\n    .hcc-header { display:flex; gap:16px; align-items:center; padding:24px; }\n    .hcc-logo { width:52px; height:52px; border-radius:10px; background:linear-gradient(135deg,var(--accent),#7cc3ff); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; }\n    .hcc-title { margin:0; font-size:20px; }\n    .hcc-lead { margin:6px 0 0; color:var(--muted); }\n    .hcc-content { display:grid; grid-template-columns:1fr 320px; gap:20px; padding:20px; border-top:1px solid #eef2f6; align-items:start; }\n    @media (max-width:820px) { .hcc-content { grid-template-columns:1fr; } .hcc-sidebar { order:2; } }\n    .hcc-main { padding-right:8px; }\n    .hcc-main p { color:#111827; line-height:1.5; margin:0 0 12px 0; }\n    .hcc-box { background:#f8fafc; border:1px solid #eef2f6; padding:18px; border-radius:10px; text-align:center; }\n    .hcc-list { margin:10px 0 0; padding-left:0; list-style:none; color:var(--muted); }\n    .hcc-list li { margin:6px 0; }\n    .hcc-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; justify-content:center; }\n    .hcc-btn { padding:10px 14px; border-radius:10px; font-weight:600; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; border:0; }\n    .hcc-primary { background:var(--accent); color:#fff; }\n    .hcc-ghost { background:transparent; color:var(--accent); border:1px solid rgba(31,111,235,0.12); }\n    .hcc-danger { background:var(--danger); color:#fff; }\n    .hcc-sidebar { padding:10px 14px; border-left:1px solid #f1f5f9; }\n    .hcc-help { font-size:14px; color:var(--muted); }\n    .hcc-kbd { display:inline-block; background:#f3f4f6; border-radius:6px; padding:6px 8px; font-family:monospace; font-size:13px; }\n    .hcc-footer { padding:14px 18px; background:#fafafa; border-top:1px solid #f1f5f9; text-align:center; color:var(--muted); font-size:13px; }\n  <\/style>\n\n  <div class=\"hcc-card\" role=\"alert\" aria-labelledby=\"hcc-title\">\n    <header class=\"hcc-header\">\n      <div class=\"hcc-logo\" aria-hidden=\"true\">T&#038;C<\/div>\n      <div>\n        <h1 id=\"hcc-title\" class=\"hcc-title\">You didn&#8217;t accept our Terms &amp; Conditions<\/h1>\n        <p class=\"hcc-lead\">We can&#8217;t let you continue without agreeing to our terms.<\/p>\n      <\/div>\n    <\/header>\n\n    <div class=\"hcc-content\">\n      <main class=\"hcc-main\" tabindex=\"0\">\n        <p><strong>What this means:<\/strong> Because you chose <em>not<\/em> to accept the Terms &amp; Conditions, we cannot provide full access to this site or complete your registration. Below are your options.<\/p>\n\n        <section class=\"hcc-box\" aria-labelledby=\"hcc-cons\">\n          <h2 id=\"hcc-cons\" style=\"margin:0;font-size:15px;\">Immediate consequences<\/h2>\n          <ul class=\"hcc-list\" aria-hidden=\"false\">\n            <li>You cannot create or activate an account on this site.<\/li>\n            <li>You will not be able to enroll in paid or protected content.<\/li>\n            <li>Certain features (not limited to dashboard, downloads, messaging) will remain blocked.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section style=\"margin-top:16px;\">\n          <h3 style=\"margin:0 0 8px 0;font-size:15px;\">Your options<\/h3>\n          <ul style=\"color:var(--muted); margin:0 0 0 18px;\">\n            <li><strong>Contact support:<\/strong> Ask questions before accepting. Use the support email\/phone below.<\/li>\n            <li><strong>Accept later:<\/strong> You can return later, acceptance will be requested again when required.<\/li>\n          <\/ul>\n\n          <div class=\"hcc-actions\" role=\"group\" aria-label=\"actions\">\n            <a class=\"hcc-btn hcc-primary\" id=\"hcc-review\" href=\"https:\/\/hcarecompliance.com\/terms-conditions\/\">Review &amp; Accept Terms<\/a>\n            <a class=\"hcc-btn hcc-ghost\" id=\"hcc-contact\" href=\"mailto:support@hcarecompliance.com\">Contact Support<\/a>\n            <a class=\"hcc-btn\" id=\"hcc-home\" href=\"https:\/\/hcarecompliance.com\">Return to Homepage<\/a>\n            <button class=\"hcc-btn\" id=\"hcc-print\" type=\"button\">Print \/ Save this page<\/button>\n            <button class=\"hcc-btn hcc-danger\" id=\"hcc-leave\" type=\"button\">Leave Site<\/button>\n          <\/div>\n        <\/section>\n\n        <section style=\"margin-top:18px;\">\n          <h3 style=\"font-size:15px;margin:0 0 8px 0;\">Quick FAQ<\/h3>\n          <dl>\n            <dt><strong>Will I lose any data if I decline?<\/strong><\/dt>\n            <dd class=\"hcc-help\">If you haven&#8217;t completed registration, there is no account to lose. If you already had an account, you can still log in. This message appears as a reminder and when new terms require acceptance for additional services.<\/dd>\n            <dt style=\"margin-top:8px;\"><strong>Can I change my mind?<\/strong><\/dt>\n            <dd class=\"hcc-help\">Yes. Accepting the Terms later will restore access where applicable.<\/dd>\n          <\/dl>\n        <\/section>\n      <\/main>\n\n      <aside class=\"hcc-sidebar\" aria-labelledby=\"hcc-help\">\n        <h3 id=\"hcc-help\" style=\"margin-top:0;\">Need help?<\/h3>\n        <p class=\"hcc-help\">If you have questions about the Terms or need an accommodation, our team can help explain specific sections.<\/p>\n\n        <div class=\"hcc-support\">\n          <p style=\"margin:0\"><strong>Email<\/strong><\/p>\n          <p style=\"margin:6px 0 0 0\"><a href=\"mailto:support@hcarecompliance.com\">support@hcarecompliance.com<\/a><\/p>\n\n          <p style=\"margin-top:12px;margin-bottom:6px\"><strong>Phone<\/strong><\/p>\n          <p class=\"hcc-help\"><a href=\"tel:+18004498415\">+1 (800) 449-8415<\/a> <span class=\"hcc-kbd\" style=\"font-family:inherit;padding:0 6px;\">ext. 2<\/span><br><br>Monday&ndash;Friday, <br>9:00 AM&ndash;5:00 PM CST<\/p>\n\n          <!-- legal mailing address intentionally commented out -->\n          <!-- <hr style=\"margin:14px 0;border:none;border-top:1px solid #eef2f6\">\n          <p class=\"hcc-help\"><strong>For legal inquiries<\/strong><br>Send mail to: 123 Compliance Ave, Suite 100<\/p> -->\n        <\/div>\n      <\/aside>\n    <\/div>\n\n    <footer class=\"hcc-footer\">\n      Still unsure? You can <a href=\"https:\/\/hcarecompliance.com\/terms-conditions\/\" style=\"color:inherit;text-decoration:underline\">read our Terms &amp; Conditions<\/a> or <a href=\"mailto:info@hcarecompliance.com\" style=\"color:inherit;text-decoration:underline\">contact us<\/a>.\n    <\/footer>\n  <\/div>\n\n  <script>\n    (function(){\n      var root = document.getElementById('hcc-decline-terms');\n      if(!root) return;\n      var reviewBtn, contactBtn, printBtn, leaveBtn;\n      document.addEventListener('DOMContentLoaded', function () {\n        reviewBtn = document.getElementById('hcc-review');\n        contactBtn = document.getElementById('hcc-contact');\n        printBtn = document.getElementById('hcc-print');\n        leaveBtn = document.getElementById('hcc-leave');\n\n        \/\/ bind safe event handlers\n        if(printBtn) printBtn.addEventListener('click', function(){ window.print(); });\n        if(leaveBtn) leaveBtn.addEventListener('click', function(){ window.location.href = 'about:blank'; });\n\n        \/\/ accessibility: focus the main message if possible\n        var main = root.querySelector('.hcc-main');\n        if(main && typeof main.focus === 'function') { try{ main.focus(); }catch(e){} }\n\n        \/\/ auto-log decline\n        logDecline();\n      });\n\n      function logDecline(){\n        try {\n          var payload = { event:'terms_declined', ts:new Date().toISOString(), page:window.location.href, referrer:document.referrer||null, ua:navigator.userAgent||null };\n          \/\/ Default endpoint: WordPress REST route (see PHP snippet below)\n          var endpoint = (window.location.origin || '') + '\/wp-json\/hcare\/v1\/log-decline';\n\n          \/\/ sendBeacon accepts Blob; Content-Type not always settable, so include JSON body in a Blob\n          if(navigator.sendBeacon){\n            var blob = new Blob([JSON.stringify(payload)], { type: 'application\/json' });\n            \/\/ sendBeacon might fail silently; it's fine - it's best-effort\n            navigator.sendBeacon(endpoint, blob);\n            return;\n          }\n\n          \/\/ fetch fallback with keepalive\n          fetch(endpoint, {\n            method:'POST',\n            headers:{ 'Content-Type':'application\/json' },\n            body: JSON.stringify(payload),\n            keepalive:true,\n            credentials: 'same-origin'\n          }).catch(function(err){\n            \/\/ fallback: store locally for admin to collect manually\n            try { localStorage.setItem('hcc_decline_event', JSON.stringify(payload)); }catch(e){}\n          });\n        } catch(e) {\n          console.warn('hcc: decline logging failed', e);\n        }\n      }\n\n      \/\/ expose for debugging if needed (page console)\n      root.logDecline = logDecline;\n    })();\n  <\/script>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Terms Not Accepted means Access Restricted T&#038;C You didn&#8217;t accept our Terms &amp; Conditions We can&#8217;t let you continue without agreeing to our terms. What this means: Because you chose not to accept the Terms &amp; Conditions, we cannot provide full access to this site or complete your registration. Below are your options. Immediate consequences [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-564","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Decline Terms -<\/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:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Decline Terms -\" \/>\n<meta property=\"og:description\" content=\"Terms Not Accepted means Access Restricted T&#038;C You didn&#8217;t accept our Terms &amp; Conditions We can&#8217;t let you continue without agreeing to our terms. What this means: Because you chose not to accept the Terms &amp; Conditions, we cannot provide full access to this site or complete your registration. Below are your options. Immediate consequences [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-27T06:07:54+00:00\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/decline-terms\\\/\",\"url\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/decline-terms\\\/\",\"name\":\"Decline Terms -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/#website\"},\"datePublished\":\"2025-08-26T09:02:04+00:00\",\"dateModified\":\"2025-08-27T06:07:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/decline-terms\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/decline-terms\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/decline-terms\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decline Terms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/#website\",\"url\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/\",\"name\":\"\",\"description\":\"Healthcare Compliance\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hcarecompliance.com\\\/staging\\\/7161\\\/?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":"Decline Terms -","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:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/","og_locale":"en_US","og_type":"article","og_title":"Decline Terms -","og_description":"Terms Not Accepted means Access Restricted T&#038;C You didn&#8217;t accept our Terms &amp; Conditions We can&#8217;t let you continue without agreeing to our terms. What this means: Because you chose not to accept the Terms &amp; Conditions, we cannot provide full access to this site or complete your registration. Below are your options. Immediate consequences [&hellip;]","og_url":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/","article_modified_time":"2025-08-27T06:07:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/","url":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/","name":"Decline Terms -","isPartOf":{"@id":"https:\/\/hcarecompliance.com\/staging\/7161\/#website"},"datePublished":"2025-08-26T09:02:04+00:00","dateModified":"2025-08-27T06:07:54+00:00","breadcrumb":{"@id":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hcarecompliance.com\/staging\/7161\/decline-terms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hcarecompliance.com\/staging\/7161\/"},{"@type":"ListItem","position":2,"name":"Decline Terms"}]},{"@type":"WebSite","@id":"https:\/\/hcarecompliance.com\/staging\/7161\/#website","url":"https:\/\/hcarecompliance.com\/staging\/7161\/","name":"","description":"Healthcare Compliance","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hcarecompliance.com\/staging\/7161\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/pages\/564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/comments?post=564"}],"version-history":[{"count":27,"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/pages\/564\/revisions"}],"predecessor-version":[{"id":612,"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/pages\/564\/revisions\/612"}],"wp:attachment":[{"href":"https:\/\/hcarecompliance.com\/staging\/7161\/wp-json\/wp\/v2\/media?parent=564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}