{"id":72109,"date":"2025-12-08T15:44:01","date_gmt":"2025-12-08T15:44:01","guid":{"rendered":"https:\/\/www.totara.com\/events\/from-process-to-impact-rethinking-performance-reviews-in-totara-perform\/"},"modified":"2026-01-29T10:59:17","modified_gmt":"2026-01-29T10:59:17","slug":"from-process-to-impact-rethinking-performance-reviews-in-totara-perform","status":"publish","type":"event","link":"https:\/\/www.totara.com\/us\/events\/from-process-to-impact-rethinking-performance-reviews-in-totara-perform\/","title":{"rendered":"From Process to Impact: Rethinking Performance Reviews in Totara Perform"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">Performance reviews should spark meaningful conversations, align people with purpose, and drive real growth not just tick procedural boxes. But creating review cycles that genuinely support performance takes clarity, intention, and the right tools.<\/p>\n<p class=\"\">In this webinar, we\u2019ll explore how organisations are reshaping both annual and quarterly review cycles using\u00a0<a href=\"https:\/\/www.totara.com\/performance-management-platform\/\" target=\"_blank\" rel=\"noopener\"><strong>Totara Perform<\/strong><\/a>, moving beyond traditional processes to create impactful, people-centred experiences.<\/p>\n<p><strong>Webinar details:<br \/>\n<\/strong>Date: Wednesday, 28th January<br \/>\nTime: 4 pm London<\/p>\n<h3>You\u2019ll learn:<\/h3>\n<ul>\n<li>How to design review cycles that support growth and continuous performance, not just compliance<\/li>\n<li>Practical examples from organisations using Totara Perform to transform their conversations<\/li>\n<li>Smart configuration tips to streamline forms, workflows, notifications, and sign-offs<\/li>\n<li>Approaches to reporting that help managers and teams stay aligned and accountable<\/li>\n<\/ul>\n<p class=\"\">Whether you\u2019re rethinking your entire performance cycle or simply improving what you\u2019ve already built, this session will help you create reviews that people actually value.<\/p>\n<p class=\"\">Join us to explore how thoughtful design, and the right platform, can turn performance reviews into genuine impact.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-72103 aligncenter\" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2025\/12\/webinar_rectangle_Perform.jpg\" alt=\"\" width=\"600\" height=\"338\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2025\/12\/webinar_rectangle_Perform.jpg 600w, https:\/\/www.totara.com\/wp-content\/uploads\/2025\/12\/webinar_rectangle_Perform-300x169.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container themeLightGrey padding-yes'>\n  <div class='wrapper'>\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: \"f196609f-1be2-4f87-82ac-8b294aad36dd\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1778260880000-3233397895\",\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-1778260880000-3233397895\"><\/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 Process to Impact: Rethinking Performance Reviews in Totara Perform';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":0,"template":"","tax\/tags":[],"tax\/topics":[],"tax\/event-types":[820],"class_list":["post-72109","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events\/72109","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=72109"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=72109"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=72109"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=72109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}