{"id":382,"date":"2026-05-27T10:50:51","date_gmt":"2026-05-27T10:50:51","guid":{"rendered":"https:\/\/cloudn8v.com\/?page_id=382"},"modified":"2026-05-27T11:27:29","modified_gmt":"2026-05-27T11:27:29","slug":"cloudn8v-customer-intake-portal","status":"publish","type":"page","link":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/","title":{"rendered":"Cloudn8v Customer Intake Portal"},"content":{"rendered":"\n\n<style>\n#cn8v-wrap *, #cn8v-wrap *::before, #cn8v-wrap *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n#cn8v-wrap {\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  padding: 40px 16px;\n  font-family: 'Courier New', Courier, monospace;\n  background: #080808;\n  border-radius: 12px;\n}\n#cn8v-card {\n  width: 100%;\n  max-width: 520px;\n  background: #0e0e0e;\n  border: 1px solid #1e1e1e;\n  border-radius: 12px;\n  padding: 36px 32px;\n  box-shadow: 0 0 60px rgba(0,224,161,0.04);\n  color: #fff;\n}\n#cn8v-card .cn8v-header { text-align: center; margin-bottom: 28px; }\n#cn8v-card .cn8v-logo { font-size: 20px; font-weight: 700; letter-spacing: 0.15em; color: #fff; }\n#cn8v-card .cn8v-bracket { color: #00e0a1; }\n#cn8v-card .cn8v-logo-sub { color: #444; font-size: 11px; letter-spacing: 0.2em; margin-top: 4px; text-transform: uppercase; }\n\n#cn8v-card .cn8v-progress-track { height: 2px; background: #1a1a1a; border-radius: 2px; margin-bottom: 12px; overflow: hidden; }\n#cn8v-card .cn8v-progress-fill { height: 100%; background: linear-gradient(90deg, #00e0a1, #4dabf7); border-radius: 2px; transition: width 0.35s ease; }\n\n#cn8v-card .cn8v-dots { display: flex; gap: 6px; margin-bottom: 32px; }\n#cn8v-card .cn8v-dot { width: 8px; height: 8px; border-radius: 50%; background: #2a2a2a; border: 2px solid transparent; transition: all 0.25s ease; }\n#cn8v-card .cn8v-dot.active { background: #00e0a1; border-color: #00e0a1; }\n#cn8v-card .cn8v-dot.done { background: #00e0a1; }\n\n#cn8v-card .cn8v-step-label { color: #444; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }\n#cn8v-card .cn8v-question { color: #fff; font-size: 20px; font-weight: 600; margin-bottom: 20px; line-height: 1.35; }\n\n#cn8v-card input[type=text],\n#cn8v-card input[type=email],\n#cn8v-card textarea {\n  width: 100% !important; background: #111 !important; border: 1px solid #222 !important;\n  border-radius: 8px !important; padding: 12px 14px !important; color: #eee !important;\n  font-size: 14px !important; font-family: 'Courier New', monospace !important;\n  margin-bottom: 10px !important; outline: none !important;\n  transition: border-color 0.2s !important; display: block !important;\n  box-shadow: none !important;\n}\n#cn8v-card input:focus, #cn8v-card textarea:focus { border-color: #00e0a1 !important; }\n#cn8v-card textarea { resize: vertical !important; }\n\n#cn8v-card .cn8v-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n#cn8v-card .cn8v-choice-btn {\n  padding: 14px 12px; border-radius: 8px; cursor: pointer;\n  display: flex; flex-direction: column; align-items: flex-start;\n  background: #111; border: 2px solid #2a2a2a; transition: all 0.15s ease;\n  width: 100%;\n}\n#cn8v-card .cn8v-choice-btn.selected { border-color: #00e0a1; background: #0d2e25; }\n#cn8v-card .cn8v-choice-main { color: #fff; font-size: 16px; font-weight: 600; font-family: 'Courier New', monospace; }\n#cn8v-card .cn8v-choice-sub { color: #555; font-size: 11px; margin-top: 2px; }\n\n#cn8v-card .cn8v-multi-grid { display: flex; flex-wrap: wrap; gap: 8px; }\n#cn8v-card .cn8v-multi-btn {\n  padding: 10px 16px; border-radius: 6px; cursor: pointer;\n  font-size: 13px; font-family: 'Courier New', monospace; font-weight: 500;\n  background: #111; border: 2px solid #2a2a2a; color: #aaa;\n  transition: all 0.15s ease; display: flex; align-items: center;\n}\n#cn8v-card .cn8v-multi-btn.selected { border-color: #00e0a1; background: #0d2e25; color: #00e0a1; }\n#cn8v-card .cn8v-check { margin-right: 6px; font-size: 11px; }\n\n#cn8v-card .cn8v-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; }\n#cn8v-card .cn8v-back {\n  background: transparent !important; border: 1px solid #222 !important; color: #555 !important;\n  padding: 12px 18px !important; border-radius: 8px !important; cursor: pointer !important;\n  font-size: 13px !important; font-family: 'Courier New', monospace !important;\n  box-shadow: none !important; text-decoration: none !important;\n}\n#cn8v-card .cn8v-next {\n  background: #111 !important; border: 2px solid #00e0a1 !important; color: #00e0a1 !important;\n  padding: 12px 24px !important; border-radius: 8px !important; cursor: pointer !important;\n  font-size: 14px !important; font-family: 'Courier New', monospace !important; font-weight: 600 !important;\n  margin-left: auto !important; transition: all 0.15s ease !important;\n  box-shadow: none !important; text-decoration: none !important;\n}\n#cn8v-card .cn8v-next:disabled { opacity: 0.35 !important; cursor: not-allowed !important; }\n#cn8v-card .cn8v-next.submit { background: #00e0a1 !important; color: #000 !important; }\n\n#cn8v-card .cn8v-success-icon {\n  width: 52px; height: 52px; border-radius: 50%;\n  border: 2px solid #00e0a1; color: #00e0a1;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 22px; margin: 0 auto 20px;\n}\n#cn8v-card .cn8v-sum-heading { color: #fff; font-size: 22px; text-align: center; margin-bottom: 6px; }\n#cn8v-card .cn8v-sum-sub { color: #555; font-size: 12px; text-align: center; margin-bottom: 20px; letter-spacing: 0.08em; }\n#cn8v-card .cn8v-sum-box { background: #111; border: 1px solid #1e1e1e; border-radius: 8px; padding: 16px 18px; margin-bottom: 16px; }\n#cn8v-card .cn8v-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #1a1a1a; font-size: 12px; gap: 12px; }\n#cn8v-card .cn8v-row:last-child { border-bottom: none; }\n#cn8v-card .cn8v-rlabel { color: #555; flex-shrink: 0; }\n#cn8v-card .cn8v-rval { color: #ccc; text-align: right; word-break: break-word; }\n#cn8v-card .cn8v-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }\n#cn8v-card .cn8v-tag { font-size: 11px; padding: 4px 10px; border-radius: 4px; border: 1px solid; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }\n\n#cn8v-card .cn8v-copy-btn {\n  width: 100% !important; padding: 13px !important; background: #00e0a1 !important; color: #000 !important;\n  border: none !important; border-radius: 8px !important; cursor: pointer !important;\n  font-family: 'Courier New', monospace !important; font-weight: 700 !important;\n  font-size: 13px !important; letter-spacing: 0.05em !important;\n  display: block !important; margin-bottom: 8px !important; box-shadow: none !important;\n}\n#cn8v-card .cn8v-reset-btn {\n  width: 100% !important; padding: 13px !important; background: transparent !important; color: #555 !important;\n  border: 1px solid #333 !important; border-radius: 8px !important; cursor: pointer !important;\n  font-family: 'Courier New', monospace !important; font-size: 13px !important;\n  display: block !important; box-shadow: none !important;\n}\n\n#cn8v-card .cn8v-step-content { transition: opacity 0.18s ease, transform 0.18s ease; }\n#cn8v-card .cn8v-step-content.hide { opacity: 0; transform: translateY(8px); }\n\n#cn8v-toast {\n  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);\n  background: #00e0a1; color: #000; padding: 10px 20px;\n  border-radius: 6px; font-size: 13px; font-weight: 700;\n  opacity: 0; transition: opacity 0.3s ease; pointer-events: none;\n  font-family: 'Courier New', monospace; z-index: 99999;\n}\n#cn8v-toast.show { opacity: 1; }\n<\/style>\n\n<div id=\"cn8v-wrap\">\n  <div id=\"cn8v-card\"><\/div>\n<\/div>\n<div id=\"cn8v-toast\">Copied to clipboard!<\/div>\n\n<script>\n(function() {\n\nvar cn8Steps = [\n  {\n    id: \"company\", label: \"About You\", question: \"Tell us about your organisation\",\n    fields: [\n      { key: \"name\", label: \"Company Name\", type: \"text\", placeholder: \"Acme Corp\" },\n      { key: \"contact\", label: \"Your Name\", type: \"text\", placeholder: \"Jane Smith\" },\n      { key: \"email\", label: \"Email Address\", type: \"email\", placeholder: \"jane@acme.com\" }\n    ]\n  },\n  {\n    id: \"size\", label: \"Company Size\", question: \"How large is your organisation?\",\n    type: \"choice\", key: \"size\",\n    options: [\n      { value: \"1\u201310\", label: \"1\u201310\", sub: \"Startup\" },\n      { value: \"11\u201350\", label: \"11\u201350\", sub: \"Small Business\" },\n      { value: \"51\u2013250\", label: \"51\u2013250\", sub: \"SME\" },\n      { value: \"250+\", label: \"250+\", sub: \"Enterprise\" }\n    ]\n  },\n  {\n    id: \"cloud\", label: \"Cloud Setup\", question: \"Which cloud platforms do you use?\",\n    type: \"multi\", key: \"cloud\",\n    options: [\n      { value: \"AWS\", label: \"AWS\" }, { value: \"Azure\", label: \"Azure\" },\n      { value: \"Google Cloud\", label: \"Google Cloud\" }, { value: \"On-Premise\", label: \"On-Premise\" },\n      { value: \"Hybrid\", label: \"Hybrid\" }, { value: \"None yet\", label: \"None yet\" }\n    ]\n  },\n  {\n    id: \"services\", label: \"Services Needed\", question: \"What are you looking for help with?\",\n    type: \"multi\", key: \"services\",\n    options: [\n      { value: \"Cyber Security\", label: \"Cyber Security\" },\n      { value: \"Managed Services\", label: \"Managed Services\" },\n      { value: \"Application Development\", label: \"App Development\" },\n      { value: \"Consulting\", label: \"Consulting\" },\n      { value: \"Cloud Deployment\", label: \"Cloud Deployment\" },\n      { value: \"AI Solutions\", label: \"AI Solutions\" }\n    ]\n  },\n  {\n    id: \"compliance\", label: \"Compliance\", question: \"Any compliance frameworks you need to meet?\",\n    type: \"multi\", key: \"compliance\",\n    options: [\n      { value: \"ISO 27001\", label: \"ISO 27001\" }, { value: \"SOC 2\", label: \"SOC 2\" },\n      { value: \"GDPR\", label: \"GDPR\" }, { value: \"HIPAA\", label: \"HIPAA\" },\n      { value: \"PCI DSS\", label: \"PCI DSS\" }, { value: \"Not sure\", label: \"Not sure\" }\n    ]\n  },\n  {\n    id: \"urgency\", label: \"Timeline\", question: \"When are you looking to get started?\",\n    type: \"choice\", key: \"urgency\",\n    options: [\n      { value: \"ASAP\", label: \"ASAP\", sub: \"Within 2 weeks\" },\n      { value: \"This month\", label: \"This month\", sub: \"Within 30 days\" },\n      { value: \"This quarter\", label: \"This quarter\", sub: \"Within 90 days\" },\n      { value: \"Exploring\", label: \"Exploring\", sub: \"Just researching\" }\n    ]\n  },\n  {\n    id: \"notes\", label: \"Anything Else\", question: \"Anything specific you'd like to share?\",\n    fields: [\n      { key: \"notes\", type: \"textarea\", placeholder: \"Current pain points, existing tools, special requirements...\" }\n    ]\n  }\n];\n\nvar cn8Step = 0;\nvar cn8Data = {};\n\nfunction cn8CanProceed() {\n  var s = cn8Steps[cn8Step];\n  if (s.type === \"choice\") return !!cn8Data[s.key];\n  if (s.type === \"multi\") return (cn8Data[s.key] || []).length > 0;\n  if (s.fields) {\n    if (s.id === \"notes\") return true;\n    return s.fields.every(function(f) { return cn8Data[f.key] && cn8Data[f.key].trim() !== \"\"; });\n  }\n  return true;\n}\n\nfunction cn8Classify() {\n  var services = cn8Data.services || [];\n  var urgency = cn8Data.urgency || \"\";\n  var priority = urgency === \"ASAP\" ? \"High Priority\" : urgency === \"This month\" ? \"Medium Priority\" : \"Standard\";\n  var tier = cn8Data.size === \"250+\" ? \"Enterprise\" : cn8Data.size === \"1\u201310\" ? \"Startup\" : \"SME\";\n  var focus = services.length === 1 ? services[0] : services.length > 1 ? \"Multi-Service\" : \"TBD\";\n  return { priority: priority, tier: tier, focus: focus };\n}\n\nfunction cn8Render() {\n  var card = document.getElementById(\"cn8v-card\");\n  var total = cn8Steps.length;\n  var s = cn8Steps[cn8Step];\n  var pct = ((cn8Step + 1) \/ total) * 100;\n\n  var dots = cn8Steps.map(function(_, i) {\n    var cls = \"cn8v-dot\";\n    if (i < cn8Step) cls += \" done\";\n    if (i === cn8Step) cls += \" active\";\n    return '<span class=\"' + cls + '\"><\/span>';\n  }).join(\"\");\n\n  var content = \"\";\n\n  if (s.fields) {\n    content = s.fields.map(function(f) {\n      if (f.type === \"textarea\") {\n        return '<textarea id=\"cn8f-' + f.key + '\" placeholder=\"' + f.placeholder + '\" rows=\"4\" oninput=\"cn8SetField(\\'' + f.key + '\\',this.value)\">' + (cn8Data[f.key] || \"\") + '<\/textarea>';\n      }\n      return '<input type=\"' + f.type + '\" id=\"cn8f-' + f.key + '\" placeholder=\"' + f.placeholder + '\" value=\"' + (cn8Data[f.key] || \"\") + '\" oninput=\"cn8SetField(\\'' + f.key + '\\',this.value)\" \/>';\n    }).join(\"\");\n  } else if (s.type === \"choice\") {\n    content = '<div class=\"cn8v-choice-grid\">' + s.options.map(function(opt) {\n      var sel = cn8Data[s.key] === opt.value ? \" selected\" : \"\";\n      return '<button class=\"cn8v-choice-btn' + sel + '\" onclick=\"cn8SetChoice(\\'' + s.key + '\\',\\'' + opt.value + '\\')\">' +\n        '<span class=\"cn8v-choice-main\">' + opt.label + '<\/span>' +\n        (opt.sub ? '<span class=\"cn8v-choice-sub\">' + opt.sub + '<\/span>' : '') +\n        '<\/button>';\n    }).join(\"\") + '<\/div>';\n  } else if (s.type === \"multi\") {\n    var arr = cn8Data[s.key] || [];\n    content = '<div class=\"cn8v-multi-grid\">' + s.options.map(function(opt) {\n      var sel = arr.indexOf(opt.value) > -1;\n      return '<button class=\"cn8v-multi-btn' + (sel ? \" selected\" : \"\") + '\" onclick=\"cn8ToggleMulti(\\'' + s.key + '\\',\\'' + opt.value + '\\')\">' +\n        (sel ? '<span class=\"cn8v-check\">\u2713<\/span>' : \"\") + opt.label +\n        '<\/button>';\n    }).join(\"\") + '<\/div>';\n  }\n\n  var backBtn = cn8Step > 0 ? '<button class=\"cn8v-back\" onclick=\"cn8Go(-1)\">\u2190 Back<\/button>' : '<span><\/span>';\n  var isLast = cn8Step === total - 1;\n  var nextBtn = isLast\n    ? '<button class=\"cn8v-next submit\" onclick=\"cn8ShowSummary()\">Generate Summary \u2713<\/button>'\n    : '<button class=\"cn8v-next\" onclick=\"cn8Go(1)\" ' + (!cn8CanProceed() ? \"disabled\" : \"\") + '>Continue \u2192<\/button>';\n\n  card.innerHTML =\n    '<div class=\"cn8v-header\">' +\n      '<div class=\"cn8v-logo\"><span class=\"cn8v-bracket\">[<\/span>CLOUDN8V<span class=\"cn8v-bracket\">]<\/span><\/div>' +\n      '<p class=\"cn8v-logo-sub\">Client Intake Portal<\/p>' +\n    '<\/div>' +\n    '<div class=\"cn8v-progress-track\"><div class=\"cn8v-progress-fill\" style=\"width:' + pct + '%\"><\/div><\/div>' +\n    '<div class=\"cn8v-dots\">' + dots + '<\/div>' +\n    '<div class=\"cn8v-step-content\" id=\"cn8v-step-content\">' +\n      '<p class=\"cn8v-step-label\">' + (cn8Step + 1) + ' \/ ' + total + ' \u2014 ' + s.label + '<\/p>' +\n      '<h2 class=\"cn8v-question\">' + s.question + '<\/h2>' +\n      content +\n    '<\/div>' +\n    '<div class=\"cn8v-nav\">' + backBtn + nextBtn + '<\/div>';\n}\n\nwindow.cn8Go = function(dir) {\n  if (dir === 1 && !cn8CanProceed()) return;\n  var el = document.getElementById(\"cn8v-step-content\");\n  if (el) el.classList.add(\"hide\");\n  setTimeout(function() { cn8Step += dir; cn8Render(); }, 180);\n};\n\nwindow.cn8SetField = function(key, val) {\n  cn8Data[key] = val;\n  var btn = document.querySelector(\".cn8v-next\");\n  if (btn && !btn.classList.contains(\"submit\")) btn.disabled = !cn8CanProceed();\n};\n\nwindow.cn8SetChoice = function(key, val) { cn8Data[key] = val; cn8Render(); };\n\nwindow.cn8ToggleMulti = function(key, val) {\n  var arr = cn8Data[key] || [];\n  cn8Data[key] = arr.indexOf(val) > -1 ? arr.filter(function(x) { return x !== val; }) : arr.concat([val]);\n  cn8Render();\n};\n\nwindow.cn8ShowSummary = function() {\n  var cls = cn8Classify();\n  var card = document.getElementById(\"cn8v-card\");\n\n  var tagColors = {};\n  tagColors[cls.priority] = \"#00e0a1\";\n  tagColors[cls.tier] = \"#4dabf7\";\n  tagColors[cls.focus] = \"#a78bfa\";\n\n  var tags = [cls.priority, cls.tier, cls.focus].map(function(t) {\n    return '<span class=\"cn8v-tag\" style=\"border-color:' + tagColors[t] + ';color:' + tagColors[t] + '\">' + t + '<\/span>';\n  }).join(\"\");\n\n  var rowData = [\n    [\"Client\", (cn8Data.contact || \"\u2014\") + \" @ \" + (cn8Data.name || \"\u2014\")],\n    [\"Email\", cn8Data.email || \"\u2014\"],\n    [\"Company Size\", cn8Data.size || \"\u2014\"],\n    [\"Cloud Stack\", (cn8Data.cloud || []).join(\", \") || \"\u2014\"],\n    [\"Services\", (cn8Data.services || []).join(\", \") || \"\u2014\"],\n    [\"Compliance\", (cn8Data.compliance || []).join(\", \") || \"\u2014\"],\n    [\"Timeline\", cn8Data.urgency || \"\u2014\"]\n  ];\n  if (cn8Data.notes) rowData.push([\"Notes\", cn8Data.notes]);\n\n  var rows = rowData.map(function(r) {\n    return '<div class=\"cn8v-row\"><span class=\"cn8v-rlabel\">' + r[0] + '<\/span><span class=\"cn8v-rval\">' + r[1] + '<\/span><\/div>';\n  }).join(\"\");\n\n  card.innerHTML =\n    '<div class=\"cn8v-success-icon\">\u2713<\/div>' +\n    '<h2 class=\"cn8v-sum-heading\">Intake Complete<\/h2>' +\n    '<p class=\"cn8v-sum-sub\">Here\\'s the director\\'s briefing summary:<\/p>' +\n    '<div class=\"cn8v-sum-box\">' + rows + '<\/div>' +\n    '<div class=\"cn8v-tags\">' + tags + '<\/div>' +\n    '<button class=\"cn8v-copy-btn\" onclick=\"cn8Copy()\">Copy Summary to Clipboard<\/button>' +\n    '<button class=\"cn8v-reset-btn\" onclick=\"cn8Reset()\">Start New Intake<\/button>';\n};\n\nwindow.cn8Copy = function() {\n  var cls = cn8Classify();\n  var text = [\n    \"CLOUDN8V INTAKE SUMMARY\",\n    \"========================\",\n    \"Name:       \" + (cn8Data.contact || \"\u2014\"),\n    \"Company:    \" + (cn8Data.name || \"\u2014\"),\n    \"Email:      \" + (cn8Data.email || \"\u2014\"),\n    \"Size:       \" + (cn8Data.size || \"\u2014\"),\n    \"Cloud:      \" + ((cn8Data.cloud || []).join(\", \") || \"\u2014\"),\n    \"Services:   \" + ((cn8Data.services || []).join(\", \") || \"\u2014\"),\n    \"Compliance: \" + ((cn8Data.compliance || []).join(\", \") || \"\u2014\"),\n    \"Timeline:   \" + (cn8Data.urgency || \"\u2014\"),\n    \"Notes:      \" + (cn8Data.notes || \"\u2014\"),\n    \"---\",\n    \"Priority: \" + cls.priority + \" | Tier: \" + cls.tier + \" | Focus: \" + cls.focus\n  ].join(\"\\n\");\n\n  navigator.clipboard.writeText(text).then(function() {\n    var toast = document.getElementById(\"cn8v-toast\");\n    toast.classList.add(\"show\");\n    setTimeout(function() { toast.classList.remove(\"show\"); }, 2200);\n  });\n};\n\nwindow.cn8Reset = function() { cn8Step = 0; cn8Data = {}; cn8Render(); };\n\ncn8Render();\n\n})();\n<\/script>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Copied to clipboard!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-382","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Copied to clipboard!\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Cloudn8v Pty Ltd - Cyber Security &amp; Cloud Specialisation\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd\" \/>\n\t\t<meta property=\"og:description\" content=\"Copied to clipboard!\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"2190\" \/>\n\t\t<meta property=\"og:image:height\" content=\"2020\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-27T10:50:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-27T11:27:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Copied to clipboard!\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cloudn8v.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudn8v.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#listItem\",\"name\":\"Cloudn8v Customer Intake Portal\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#listItem\",\"position\":2,\"name\":\"Cloudn8v Customer Intake Portal\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cloudn8v.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/#organization\",\"name\":\"Cloudn8v Pty Ltd\",\"description\":\"Cyber Security & Cloud Specialisation\",\"url\":\"https:\\\/\\\/cloudn8v.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/cloudn8v.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Cloudn8v-Logo-Black-3.jpg\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#organizationLogo\",\"width\":2190,\"height\":2020},\"image\":{\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#webpage\",\"url\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/\",\"name\":\"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd\",\"description\":\"Copied to clipboard!\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/index.php\\\/cloudn8v-customer-intake-portal\\\/#breadcrumblist\"},\"datePublished\":\"2026-05-27T10:50:51+00:00\",\"dateModified\":\"2026-05-27T11:27:29+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/#website\",\"url\":\"https:\\\/\\\/cloudn8v.com\\\/\",\"name\":\"Cloudn8v Pty Ltd\",\"description\":\"Cyber Security & Cloud Specialisation\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudn8v.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd","description":"Copied to clipboard!","canonical_url":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/cloudn8v.com#listItem","position":1,"name":"Home","item":"https:\/\/cloudn8v.com","nextItem":{"@type":"ListItem","@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#listItem","name":"Cloudn8v Customer Intake Portal"}},{"@type":"ListItem","@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#listItem","position":2,"name":"Cloudn8v Customer Intake Portal","previousItem":{"@type":"ListItem","@id":"https:\/\/cloudn8v.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/cloudn8v.com\/#organization","name":"Cloudn8v Pty Ltd","description":"Cyber Security & Cloud Specialisation","url":"https:\/\/cloudn8v.com\/","logo":{"@type":"ImageObject","url":"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg","@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#organizationLogo","width":2190,"height":2020},"image":{"@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#webpage","url":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/","name":"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd","description":"Copied to clipboard!","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/cloudn8v.com\/#website"},"breadcrumb":{"@id":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/#breadcrumblist"},"datePublished":"2026-05-27T10:50:51+00:00","dateModified":"2026-05-27T11:27:29+00:00"},{"@type":"WebSite","@id":"https:\/\/cloudn8v.com\/#website","url":"https:\/\/cloudn8v.com\/","name":"Cloudn8v Pty Ltd","description":"Cyber Security & Cloud Specialisation","inLanguage":"en-US","publisher":{"@id":"https:\/\/cloudn8v.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Cloudn8v Pty Ltd - Cyber Security &amp; Cloud Specialisation","og:type":"article","og:title":"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd","og:description":"Copied to clipboard!","og:url":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/","og:image":"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg","og:image:secure_url":"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg","og:image:width":2190,"og:image:height":2020,"article:published_time":"2026-05-27T10:50:51+00:00","article:modified_time":"2026-05-27T11:27:29+00:00","twitter:card":"summary_large_image","twitter:title":"Cloudn8v Customer Intake Portal - Cloudn8v Pty Ltd","twitter:description":"Copied to clipboard!","twitter:image":"https:\/\/cloudn8v.com\/wp-content\/uploads\/2024\/06\/Cloudn8v-Logo-Black-3.jpg"},"aioseo_meta_data":{"post_id":"382","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-05-27 10:50:53","updated":"2026-05-27 11:54:18","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/cloudn8v.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCloudn8v Customer Intake Portal\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/cloudn8v.com"},{"label":"Cloudn8v Customer Intake Portal","link":"https:\/\/cloudn8v.com\/index.php\/cloudn8v-customer-intake-portal\/"}],"_links":{"self":[{"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/pages\/382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/comments?post=382"}],"version-history":[{"count":9,"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/pages\/382\/revisions"}],"predecessor-version":[{"id":395,"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/pages\/382\/revisions\/395"}],"wp:attachment":[{"href":"https:\/\/cloudn8v.com\/index.php\/wp-json\/wp\/v2\/media?parent=382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}