Enterprise | Contact Sales

Cloud Academy Enterprise

  • check mark Assign Skill Assessments by Job Role
  • check mark Create Custom Certifications
  • check mark Add Custom Resources & Docs
  • check mark Trend Skill Profiles
  • check mark Integrate via APIs and SSO
  • check mark Manage Training Plans
  • check mark Auto-Nudge Staff to Train
  • check mark Access Rich Analytics
  • check mark Dedicated Customer Success
  • check mark And Much More

jQuery(function () {
function QueryStringToJSON() {
var pairs = location.search.slice(1).split(‘&’);
var result = {};
pairs.forEach(function(pair) {
pair = pair.split(‘=’);
result[pair[0]] = decodeURIComponent(pair[1] || ”);
});
return JSON.parse(JSON.stringify(result));
}
var query_string = QueryStringToJSON();
function setLicenses () {
if (jQuery(‘#hubspot-form-target form’).size() > 0) {
jQuery(‘select[name=”team_size_dropdown”] option’).each(function (i, option) {
if (option.value === query_string.licenses) {
option.selected = “selected”;
}
});
return;
}
setTimeout(setLicenses, 250);
}
if (query_string.licenses) {
setLicenses();
}
});

hbspt.forms.create({ portalId: "505373", formId: "cf59d5f6-9ca5-4c43-af8c-31f2cfec4e9b" });