Skip to main content
Toggle navigation menu
Homepage
Back to FAQ
Submit a request
Balgo
Submit a request
Submit a request
Hello! We're ready to help out - send a message here with your order number, as well as any photos or video content if this will help us understand and address your concern.
-
I have an issue with an order I placed / am trying to place
I have an issue with my Balgo subscription or account
I have an issue with a Balgo product
I have an issue with a delivery
I have a general support inquiry
Marketing and Partnership Requests
I've been told to contact Balgo as my order couldn't be delivered
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>