{"id":71220,"date":"2025-10-29T14:03:34","date_gmt":"2025-10-29T14:03:34","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/resources\/learning-with-impact-oct-2025-key-takeaway-guide\/"},"modified":"2025-10-30T13:39:17","modified_gmt":"2025-10-30T13:39:17","slug":"learning-with-impact-oct-2025-key-takeaway-guide","status":"publish","type":"resource","link":"https:\/\/staging.totara.fortyapp.com\/us\/resources\/learning-with-impact-oct-2025-key-takeaway-guide\/","title":{"rendered":"Learning with Impact Oct 2025: Key Takeaway Guide\u00a0"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><h2 class=\"large\"><strong>Download your free copy of the must-read Totara guide for L&amp;D leaders in 2025. <\/strong><\/h2>\n<p class=\"\"><span data-contrast=\"auto\">Discover how collaborative learning builds stronger, higher-performing teams. This takeaway brings together key insights from Totara\u2019s <\/span><i>Learning with Impact<\/i> event.<\/p>\n<p class=\"\">Inside, you&#8217;ll find insights from <strong>learning strategist Charles Jennings<\/strong>, co-creator of the 70:20:10 framework, <strong>L&amp;D Shakers Community founder Anamaria Dorgo, Mitchells &amp; Butlers&#8217; Todd Hotchkiss<\/strong>, and many more exploring:<\/p>\n<ul>\n<li>How social and collaborative learning drives high-performing teams<\/li>\n<li>Ways to embed learning in the flow of work and create continuous improvement cultures<\/li>\n<li>Building safe learning spaces with psychological safety and shared ownership<\/li>\n<li>How to shift from content creation to co-creation and tap into collective intelligence<\/li>\n<\/ul>\n<p class=\"\">We&#8217;ve got data insights and expert opinions from our own learning specialists including <strong>Totara&#8217;s Meredith Henson<\/strong> and <strong>Rachel Griffith-Boyes<\/strong>, Head of Totara Community.<span data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p>\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'>Grab your copy!<\/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-1775963807000-6467316235\",\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-1775963807000-6467316235\"><\/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 = 'Learning with Impact Takeaway - Oct 2025';\n        }\n      }\n    }, 5000);\n  });\n<\/script>\n\n\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><h2><span data-contrast=\"none\">Take the next step: Join the Totara Community<\/span><span data-ccp-props=\"{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}\">\u00a0<\/span><\/h2>\n<p class=\"\"><span data-contrast=\"auto\">Want to go further? The Totara Community is a free online hub where thousands of L&amp;D professionals share experiences, access digital courses, join discussion forums, and attend live webinars and events. With nothing to lose and expert insights to gain, it&#8217;s the ideal place to deepen your understanding of collaborative learning and connect with peers worldwide. <\/span><span data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p>\n<p class=\"\"><a href=\"https:\/\/totara.community\/\" target=\"_blank\" rel=\"noopener\"><span data-contrast=\"none\">Visit the Totara Community hub<\/span><\/a><span data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p>\n<\/div>\n  <\/div>","protected":false},"template":"","tax\/tags":[724,684,691,806],"tax\/solutions":[],"tax\/topics":[],"tax\/industries":[],"tax\/resource-types":[824],"class_list":["post-71220","resource","type-resource","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/resources\/71220","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=71220"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=71220"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/solutions?post=71220"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=71220"},{"taxonomy":"industry-tax","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/industries?post=71220"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/resource-types?post=71220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}