{"id":40364,"date":"2022-11-27T02:51:33","date_gmt":"2022-11-27T02:51:33","guid":{"rendered":"https:\/\/www.totara.com\/events\/from-new-hire-to-star-performer-onboarding-with-totara\/"},"modified":"2026-03-10T13:25:53","modified_gmt":"2026-03-10T13:25:53","slug":"from-new-hire-to-star-performer-onboarding-with-totara","status":"publish","type":"event","link":"https:\/\/www.totara.com\/us\/events\/from-new-hire-to-star-performer-onboarding-with-totara\/","title":{"rendered":"From New Hire to Star Performer: Onboarding with Totara"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">To ensure any new person in your organisation gets off to the best possible start, they\u2019ll need a solid onboarding experience.<\/p>\n<p>With Totara, you can create personalised learning experiences that allows your people to go from being a new hire to a new star performer in no time.<\/p>\n<p>In this webinar you\u2019ll learn how to:<\/p>\n<ul>\n<li>Create a personalised onboarding experience for every new hire<\/li>\n<li>Develop a career development plan for all your people<\/li>\n<li>Ensure everyone gets off to the best possible start at your organisation<\/li>\n<\/ul>\n<p><strong>Speaker<\/strong><\/p>\n<div class=\"slat__inner has-margin-top-base\">\n<div class=\"slat__media\">\n<div class=\"responsive-ratio responsive-ratio--1-1 field field--name-field-teaser field--type-entity-reference field--label-hidden field--item\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-16407 size-medium\" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022-300x171.jpg\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022-300x171.jpg 300w, https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022.jpg 350w\" alt=\"\" width=\"300\" height=\"171\" \/><\/div>\n<div class=\"responsive-ratio responsive-ratio--1-1 field field--name-field-teaser field--type-entity-reference field--label-hidden field--item\"><strong>Meredith Henson, <\/strong><strong>Head of Partner Success, Totara<\/strong><br \/>\nWith over 15 years experience of open source technologies and learning management system implementations, Meredith brings both vendor and client-side expertise to her presentations and publications. Having worked on a number of large, high profile installations and across most sectors, Meredith has been an advocate the adoption of fit-for-purpose open source solutions across the UK, Europe and New Zealand.<\/div>\n<\/div>\n<\/div>\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 '>Register 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: \"31c1c818-6e84-4278-a9c8-14bec1fbb133\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775953245000-2077801142\",\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-1775953245000-2077801142\"><\/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 = 'From New Hire to Star Performer: Onboarding with Totara';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":137,"template":"","tax\/tags":[],"tax\/topics":[],"tax\/event-types":[820],"class_list":["post-40364","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events\/40364","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/media?parent=40364"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=40364"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=40364"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=40364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}