{"id":73618,"date":"2026-02-10T13:54:02","date_gmt":"2026-02-10T13:54:02","guid":{"rendered":"https:\/\/www.totara.com\/events\/ourrelationship-couples-learning-totara-webinar\/"},"modified":"2026-02-11T09:27:26","modified_gmt":"2026-02-11T09:27:26","slug":"ourrelationship-couples-learning-totara-webinar","status":"publish","type":"event","link":"https:\/\/www.totara.com\/us\/events\/ourrelationship-couples-learning-totara-webinar\/","title":{"rendered":"When the learner is a couple: Building OurRelationship on Totara"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"\"><strong><a href=\"https:\/\/couples-lab.psy.miami.edu\/\" target=\"_blank\" rel=\"noopener\">OurRelationship<\/a> is an online relationship education and coaching program run by the University of Miami<\/strong>, designed to help couples work through real relationship challenges together. Rather than treating learners as individuals, the program is built around the couple: <strong>two partners, two accounts, and one shared journey.<\/strong><\/p>\n<p><strong>In this webinar<\/strong>, we\u2019ll explore how the OurRelationship team, working with <a href=\"https:\/\/www.totara.com\/partners\/kineo\/\" target=\"_blank\" rel=\"noopener\"><strong>Mindtools Kineo<\/strong><\/a>, built and continues to run the platform on Totara. We\u2019ll look at how Totara supports separate partner experiences with shared progress, personalised learning journeys based on each couple\u2019s needs, and the tools coaches and administrators use to monitor progress, schedule sessions, and support couples throughout the program.<\/p>\n<p class=\"\">We\u2019ll also discuss how the platform has scaled over time to support different populations, mobile access, and automation while underpinning a program that has been evaluated through randomised controlled trials and delivered to thousands of couples across the US.<\/p>\n<p><strong>Webinar details:<br \/>\n<\/strong><strong>Date:<\/strong> Wednesday, 11th March<br \/>\n<strong>Time: <\/strong>4pm UK | 12:00pm ET<\/p>\n<p><strong>Speakers<\/strong>:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-73680\" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/CammyBeanBrianDoss-300x156.png\" alt=\"\" width=\"300\" height=\"156\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/CammyBeanBrianDoss-300x156.png 300w, https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/CammyBeanBrianDoss-768x399.png 768w, https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/CammyBeanBrianDoss.png 904w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>This session is for anyone interested in how Totara can support complex, real-world programs especially where learning design needs to account for multiple participants, sensitive content, and meaningful outcomes.<\/p>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container themeLightGrey padding-no'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-no'>\n                                    <h2 class='title fontDark'>Register today<\/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: \"519e1515-97ae-4fd1-8e52-4f0724e9d70a\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1776206179000-9471136695\",\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-1776206179000-9471136695\"><\/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 = 'When the learner is a couple: Building OurRelationship on Totara';\n        }\n      }\n    }, 5000);\n  });\n<\/script>\n\n\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-73595 \" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/webinar_engage-resource_When-the-learner-is-a-couple.jpg\" alt=\"\" width=\"730\" height=\"292\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/webinar_engage-resource_When-the-learner-is-a-couple.jpg 834w, https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/webinar_engage-resource_When-the-learner-is-a-couple-300x120.jpg 300w, https:\/\/www.totara.com\/wp-content\/uploads\/2026\/02\/webinar_engage-resource_When-the-learner-is-a-couple-768x308.jpg 768w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/>\n<\/div>\n  <\/div>","protected":false},"menu_order":0,"template":"","tax\/tags":[],"tax\/topics":[],"tax\/event-types":[820],"class_list":["post-73618","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events\/73618","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=73618"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=73618"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=73618"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=73618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}