{"id":42953,"date":"2023-02-01T20:34:18","date_gmt":"2023-02-01T20:34:18","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/events\/totara-for-beginners-exploring-a-talent-experience-platform-webinar\/"},"modified":"2026-03-10T13:26:07","modified_gmt":"2026-03-10T13:26:07","slug":"totara-for-beginners-exploring-a-talent-experience-platform-webinar","status":"publish","type":"event","link":"https:\/\/staging.totara.fortyapp.com\/us\/events\/totara-for-beginners-exploring-a-talent-experience-platform-webinar\/","title":{"rendered":"Totara for beginners: Exploring a Talent Experience Platform | Webinar on Demand"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p>Totara\u2019s Talent Experience Platform combines a learning management system (LMS), a user-centric learning experience platform (LXP) and a comprehensive performance management system under a single and highly adaptable architecture. If you\u2019re new to the Totara platform or curious about what\u2019s available to you then this webinar is for you. In this webinar join, Head of Partner Success at Totara, Meredith Henson as we take a quick tour of the Talent Experience platform.<\/p>\n<p>In this webinar we\u2019ll explore:<\/p>\n<ul>\n<li>What a Talent Experience Platform is<\/li>\n<li>A high level look at some of the main features available<\/li>\n<li>We\u2019ll show you some examples of Totara platforms<\/li>\n<li>Let you know where you can go to explore more about Totara<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-42938 size-medium\" src=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2023\/02\/VISDES-1443_webinar_SM-card-info_speaker-300x169.png\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2023\/02\/VISDES-1443_webinar_SM-card-info_speaker-300x169.png 300w, https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2023\/02\/VISDES-1443_webinar_SM-card-info_speaker-1024x576.png 1024w, https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2023\/02\/VISDES-1443_webinar_SM-card-info_speaker-768x432.png 768w, https:\/\/staging.totara.fortyapp.com\/wp-content\/uploads\/2023\/02\/VISDES-1443_webinar_SM-card-info_speaker.png 1200w\" alt=\"\" width=\"300\" height=\"169\" \/><\/p>\n<p><strong>This webinar has ended. Register below to watch the recording<\/strong><\/p>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container theme padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Watch the replay<\/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: \"27cf55d5-fe69-45e7-b601-c52c4a1b0b1d\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775991701000-0547142897\",\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-1775991701000-0547142897\"><\/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 = 'Totara for beginners: Exploring a Talent Experience Platform | Webinar on Demand';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":129,"template":"","tax\/tags":[],"tax\/topics":[],"tax\/event-types":[820],"class_list":["post-42953","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/events\/42953","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=42953"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=42953"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=42953"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=42953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}