{"id":70455,"date":"2025-09-29T09:58:25","date_gmt":"2025-09-29T09:58:25","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/events\/gstt-management-development-webinar\/"},"modified":"2025-12-05T13:54:51","modified_gmt":"2025-12-05T13:54:51","slug":"gstt-management-development-webinar","status":"publish","type":"event","link":"https:\/\/staging.totara.fortyapp.com\/us\/events\/gstt-management-development-webinar\/","title":{"rendered":"L&amp;D at GSTT: Using Totara for management development and appraisal"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\"><strong>What does it take to provide support to 5,000 managers across one of the UK\u2019s largest NHS Trusts?<\/strong><\/p>\n<p>The Learning and Development team at <a href=\"https:\/\/www.guysandstthomas.nhs.uk\/\" target=\"_blank\" rel=\"noopener\">Guy\u2019s and St Thomas\u2019 NHS Foundation Trust (GSTT)<\/a> supports the development of managers through its People Manager Programme, hosted on Totara.<\/p>\n<p class=\"large\"><strong>Webinar details:<\/strong><\/p>\n<p class=\"large \">\ud83d\udcc5 Date: Wednesday, 19th November<br \/>\n\u23f0 Time: 4 pm London<\/p>\n<h3>In this session, you\u2019ll discover how the team:<\/h3>\n<ul>\n<li><strong>Showcases Totara in action<\/strong> to support leadership, learning, and performance at scale<\/li>\n<li><strong>Equips managers<\/strong> through the People Manager Programme, blending eLearning, workshops, resources, and certification<\/li>\n<li><strong>Drives smarter reportin<\/strong>g by integrating Power BI with their Totara platform<\/li>\n<li><strong>Embeds a digital Performance Development Review (PDR)<\/strong> process in Totara, supporting career growth and alignment<\/li>\n<li>Is experimenting with <strong>AI-built surveys<\/strong> to help staff reflect on and connect with the Trust\u2019s values<\/li>\n<\/ul>\n<p>Join us to explore how one of the UK\u2019s most innovative NHS organisations is harnessing Totara to support leadership, development, and cultural alignment and what your organisation can take away to build its own success.<\/p>\n<h3>Speakers<\/h3>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/stephen-melville-mcipd-50253923\/\" target=\"_blank\" rel=\"noopener\">Stephen Melville<\/a>, MCIPD, is a Learning and Development lead at Guy\u2019s and St Thomas\u2019 NHS Foundation Trust, where he co-develops award-winning leadership programmes that empower managers and strengthen organisational culture.<\/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'>This webinar has ended. Register below to watch the recording<\/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: \"7598474e-1024-46ee-b63a-9c68fa932d01\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775978405000-2540148782\",\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-1775978405000-2540148782\"><\/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 = 'L&amp;D at GSTT: Using Totara for management development and appraisal';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":6,"template":"","tax\/tags":[712,724,698,684,720,691,806],"tax\/topics":[],"tax\/event-types":[820],"class_list":["post-70455","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/events\/70455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/media?parent=70455"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=70455"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=70455"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=70455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}