Skip to main content
Help Center
Toggle navigation menu
<% links.forEach(function(link) { %> <% var hasDropdown = (link.title === 'Using CMap'); %>
<%= link.title %>
<% if (hasDropdown) { %> <% var activeCategory = categories.filter(function(category) { return category.name === link.title; })[0] || null; %> <% var dropdownItems = []; %> <% if (activeCategory) { dropdownItems = sections.filter(function(section) { return activeCategory.id === section['category_id'] && section['parent_section_id'] === null; }) } %> <% if (dropdownItems.length) { %>
<% dropdownItems.forEach(function(item) { %>
<%= item.name %>
<% }) %>
<% } %> <% } %>
<% }) %>
Getting Started
Using CMap
CMap Academy
FAQs
Product
Success Insights
Sign in
Contact Support
Search
CMap Mail
CMap Help Center
Using CMap
Profit
Mail, Docs & Teams
CMap Mail
Getting Started
Custom Email Tags
Articles
CMap Mail Confidential Filing Permissions
Unfiling Emails in CMap Mail
CMap Mail Tabs
CMap Mail Confidential Filing Permissions
File on Send
'You are not a member of the administrators group' error when accessing the CMap Mail Admin Centre
'You don't have permission to file into this project' error on CMap Mail
Email Filing Delay While Using File on Send on CMap Mail
'There was an error fetching your projects' error on CMap Mail
'No Hubites were found for your account' error on CMap Mail
[403] Error when creating CMap Mail projects
Marking emails as Important or Confidential on CMap Mail
Filing an email using CMap Mail
Using CMap Mail on Mobile Devices
Accessing Confidential Emails on CMap Mail
Managing Project Members in CMap Mail
CMap Mail Confidential Filing Permissions
Accessing CMap Mail Search & Discovery
CMap Mail Panel or CMap Mail Filing Button is Greyed Out
'Add-in Error' on CMap Mail
Unfiling Emails in CMap Mail
CMap Mail Tabs
Popular searches:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Internal Help Centre
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% categories.forEach(function(category) { %>
<% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% } else { %>
<%= category.name %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var activeSection = sections.filter(function(section) { return section.id === activeSectionId; })[0] || null; var topLevelSections; if (activeSection) { topLevelSections = sections.filter(function(section) { return activeSection['parent_section_id'] === section['parent_section_id'] && activeSection['category_id'] === section['category_id']; }); } else { topLevelSections = sections.filter(function(section) { return section['category_id'] === activeCategoryId && section['parent_section_id'] === null; }); } %>
Toggle navigation menu
<% topLevelSections.forEach(function(section, index) { %>
<%= section.name %>
<% if (section.sections.length) { %> <% section.sections.forEach(function(subsection) { %>
<%= subsection.name %>
<% }); %> <% } else if (section.articles.length) { %> <% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %> <% } else { %>
empty
<% } %>
<% }); %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %> <% if (url && label) { %>
<%= label %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %> <% var isActive = initial === index %>
<%= child.title %>
<%= child.innerHTML %>
<% }) %>
<% } %>