{"id":39308,"date":"2022-11-24T21:32:31","date_gmt":"2022-11-24T21:32:31","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/resources\/how-to-engage-an-isolated-and-remote-workforce-with-collaborative-learning\/"},"modified":"2025-01-28T13:34:34","modified_gmt":"2025-01-28T13:34:34","slug":"how-to-engage-an-isolated-and-remote-workforce-with-collaborative-learning","status":"publish","type":"resource","link":"https:\/\/staging.totara.fortyapp.com\/us\/resources\/how-to-engage-an-isolated-and-remote-workforce-with-collaborative-learning\/","title":{"rendered":"How to Engage an Isolated and Remote Workforce with Collaborative Learning"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">How do you keep remote employees engaged?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-65220  alignleft\" src=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2025\/01\/How-to-engage-an-isolated-and-remote-workforce-tile-2.jpg\" alt=\"\" width=\"284\" height=\"284\" srcset=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2025\/01\/How-to-engage-an-isolated-and-remote-workforce-tile-2.jpg 636w, https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2025\/01\/How-to-engage-an-isolated-and-remote-workforce-tile-2-300x300.jpg 300w, https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2025\/01\/How-to-engage-an-isolated-and-remote-workforce-tile-2-150x150.jpg 150w\" sizes=\"auto, (max-width: 284px) 100vw, 284px\" \/><\/p>\n<p>The modern learning environment within organizations must embrace\u00a0collaborative efforts in learning. This has never been as important as right now, when many people are feeling more isolated than ever as they work remotely.<\/p>\n<p>Brandon Hall Group\u2019s research finds that employees feeling less connected is one of the top five reasons for productivity loss among remote workers! If companies want learning to engage people and drive results, they have to use the tools that enable collaboration to thrive.<\/p>\n<p>&nbsp;<\/p>\n<p>In this eBook, you will learn about:<\/p>\n<ul>\n<li>The disrupting effects of COVID-19 that are transforming the workplace<\/li>\n<li>The role of collaborative learning in remote work<\/li>\n<li>Collaboration in content creation and curation<\/li>\n<li>Strategies for booting and sustaining collaboration<\/li>\n<li>Examples of collaborative learning in action<\/li>\n<\/ul>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container themeLightGrey padding-no'>\n  <div class='wrapper'>\n          <div class='image-wrapper'>\n                  <img decoding=\"async\"\n            class='image'\n            loading='lazy'\n            alt=\"Background pattern\" \n            src=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/themes\/totara\/assets\/images\/bg-cta-light-grey.png\"\n            sizes=\"(min-width: 1440px) 708px, (min-width: 768px) 50vw, 100vw\"\n          \/>\n              <\/div>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-no'>\n                                    <h2 class='title fontDark'>Download the guide<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t<script>\n\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\tformId: \"436f1db9-e7f4-47ba-80e1-d8017bdf9843\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775963727000-0922347129\",\n\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t})});\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1775963727000-0922347129\"><\/div>          <\/div>\n          <div id=\"hubspot-fallback-message\" style=\"display: none; padding: 20px; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px;\">\n            <p style=\"margin: 0; font-size: 14px;\">\n              This form may be blocked by your browser&#8217;s privacy settings (e.g., Firefox Enhanced Tracking Protection). Please email us at <a href=\"mailto:marketing@totara.com\" style=\"color: #007ab8; text-decoration: none;\">marketing@totara.com<\/a>.\n            <\/p>\n          <\/div>\n                      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/If the form has a dynamic content field for hubspot automation workflows, it will grab that ACF value and plop it inside of the embedded iframe form\n  jQuery(document).ready(function ($) {\n    let formDetected = false;\n    let fallbackShown = false;\n\n    \/\/ Function to check for HubSpot form and show fallback if needed\n    function checkForHubSpotForm() {\n      const hubspotContainer = document.getElementById('hubspot-form-container');\n      const fallbackMessage = document.getElementById('hubspot-fallback-message');\n      \n      if (!hubspotContainer || !fallbackMessage || fallbackShown) {\n        return;\n      }\n\n      \/\/ Check for various HubSpot form elements\n      const hsForm = hubspotContainer.querySelector('.hs-form');\n      const hsIframe = hubspotContainer.querySelector('.hs-form-iframe');\n      const hsScript = hubspotContainer.querySelector('script[src*=\"js.hsforms.net\"]');\n      const hasHubSpotContent = hubspotContainer.innerHTML.trim().length > 0;\n\n      if (hsForm || hsIframe || hsScript) {\n        formDetected = true;\n      } else if (hasHubSpotContent && !formDetected) {\n        \/\/ If there's content but no recognizable HubSpot elements after timeout, show fallback\n        setTimeout(function() {\n          if (!formDetected && !fallbackShown) {\n            fallbackMessage.style.display = 'block';\n            hubspotContainer.style.display = 'none';\n            fallbackShown = true;\n          }\n        }, 2000);\n      } else if (!hasHubSpotContent) {\n        \/\/ If container is completely empty, show fallback immediately\n        fallbackMessage.style.display = 'block';\n        hubspotContainer.style.display = 'none';\n        fallbackShown = true;\n      }\n    }\n\n    \/\/ Initial check\n    setTimeout(checkForHubSpotForm, 1000);\n    \n    \/\/ Additional checks at intervals\n    setTimeout(checkForHubSpotForm, 3000);\n\n    setTimeout(function() {\n      const fieldElement = document.querySelector('input[name=lead_source_description]');\n      let iframe = document.querySelector('.hs-form-iframe');\n\n      if (iframe && iframe?.contentWindow) {\n        let iframeDocument = iframe.contentWindow.document;\n        let input = iframeDocument.querySelector('input[name=lead_source_description]');\n        if (input) {\n          input.value = 'How to engage an isolated and remote workforce with collaborative learning';\n        }\n      }\n    }, 5000);\n  });\n<\/script>\n\n\n<p><\/p>\n","protected":false},"template":"","tax\/tags":[724,726,803,684],"tax\/solutions":[],"tax\/topics":[731,804,688],"tax\/industries":[],"tax\/resource-types":[824],"class_list":["post-39308","resource","type-resource","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/resources\/39308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/types\/resource"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/media?parent=39308"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=39308"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/solutions?post=39308"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=39308"},{"taxonomy":"industry-tax","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/industries?post=39308"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/resource-types?post=39308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}