{"id":49,"date":"2026-02-18T05:40:26","date_gmt":"2026-02-18T05:40:26","guid":{"rendered":"https:\/\/accountable4all.org\/community\/?page_id=49"},"modified":"2026-02-18T05:52:43","modified_gmt":"2026-02-18T05:52:43","slug":"report-a-scam","status":"publish","type":"page","link":"https:\/\/accountable4all.org\/community\/report-a-scam\/","title":{"rendered":"Report a Scam"},"content":{"rendered":"\n<div style=\"max-width:720px;margin:0 auto;padding:12px;background:#0E1B2B;border:1px solid #1F3B5B;border-radius:16px;\">\n  <h2 style=\"margin:0 0 8px 0;color:#fff;\">Report a Scam<\/h2>\n  <p style=\"margin:0 0 14px 0;color:#9FB0C6;\">Powered by The Accountability Alliance \u2022 Supporting America\u2019s Brave Beginnings<\/p>\n\n  <form id=\"scamReportForm\">\n    <label style=\"color:#CFE0F2;\">Phone \/ Email \/ Website \/ Name<\/label><br>\n    <input style=\"width:100%;padding:10px;border-radius:10px;border:1px solid #2A4768;background:#081324;color:#fff;\"\n           type=\"text\" id=\"query\" placeholder=\"Example: 5185551234 or scam-site.com\" required><br><br>\n\n    <label style=\"color:#CFE0F2;\">Risk Score (0\u2013100)<\/label><br>\n    <select style=\"width:100%;padding:10px;border-radius:10px;border:1px solid #2A4768;background:#081324;color:#fff;\"\n            id=\"score\" required>\n      <option value=\"25\">25 &#8211; Low suspicion<\/option>\n      <option value=\"50\">50 &#8211; Suspicious<\/option>\n      <option value=\"75\">75 &#8211; High risk<\/option>\n      <option value=\"90\" selected>90 &#8211; Scam confirmed<\/option>\n      <option value=\"100\">100 &#8211; Extreme \/ dangerous<\/option>\n    <\/select><br><br>\n\n    <label style=\"color:#CFE0F2;\">Flags (optional)<\/label><br>\n    <input style=\"width:100%;padding:10px;border-radius:10px;border:1px solid #2A4768;background:#081324;color:#fff;\"\n           type=\"text\" id=\"flags\" placeholder=\"Example: spoofing, loan scam, impersonation\"><br><br>\n\n    <label style=\"color:#CFE0F2;\">Notes \/ Description<\/label><br>\n    <textarea style=\"width:100%;padding:10px;border-radius:10px;border:1px solid #2A4768;background:#081324;color:#fff;\"\n              id=\"notes\" rows=\"5\" placeholder=\"What happened? What did they say? Any details.\" required><\/textarea><br><br>\n\n    <button style=\"width:100%;padding:12px;border-radius:12px;border:none;background:#AFA3FF;color:#0B1020;font-weight:700;cursor:pointer;\"\n            type=\"submit\">\n      Submit Report\n    <\/button>\n  <\/form>\n\n  <p id=\"result\" style=\"margin-top:12px;color:#9FB0C6;\"><\/p>\n<\/div>\n\n<script>\n(function () {\n  const form = document.getElementById(\"scamReportForm\");\n  const result = document.getElementById(\"result\");\n  if (!form) return;\n\n  form.addEventListener(\"submit\", async function(e) {\n    e.preventDefault();\n\n    const payload = {\n      query: (document.getElementById(\"query\").value || \"\").trim(),\n      score: parseInt(document.getElementById(\"score\").value || \"90\", 10),\n      flags_text: (document.getElementById(\"flags\").value || \"\").trim(),\n      notes: (document.getElementById(\"notes\").value || \"\").trim()\n    };\n\n    result.textContent = \"Submitting\u2026\";\n\n    try {\n      const res = await fetch(\"https:\/\/accountable4all.org\/api\/business\/report\", {\n        method: \"POST\",\n        headers: { \"Content-Type\": \"application\/json\" },\n        body: JSON.stringify(payload)\n      });\n\n      const text = await res.text();\n      let json = null;\n      try { json = JSON.parse(text); } catch {}\n\n      if (json && json.ok) {\n        result.textContent = \"Report submitted successfully \u2705\";\n        form.reset();\n      } else {\n        result.textContent = \"Not OK: \" + text;\n      }\n    } catch (err) {\n      result.textContent = \"Error submitting report: \" + err;\n    }\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Report a Scam Powered by The Accountability Alliance \u2022 Supporting America\u2019s Brave Beginnings Phone \/ Email \/ Website \/ Name [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/comments?post=49"}],"version-history":[{"count":4,"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/pages\/49\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/accountable4all.org\/community\/wp-json\/wp\/v2\/media?parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}