{"id":61042,"date":"2022-12-06T10:37:46","date_gmt":"2022-12-06T10:37:46","guid":{"rendered":"https:\/\/totara.com\/thank-you-for-your-interest\/"},"modified":"2026-04-23T10:15:45","modified_gmt":"2026-04-23T10:15:45","slug":"thank-you-for-your-interest","status":"publish","type":"page","link":"https:\/\/totara.com\/us\/thank-you-for-your-interest\/","title":{"rendered":"Thank you for your interest"},"content":{"rendered":"\n<div class='standard-header-container themePurple ' style=\"\">\n  <div class='backgroundImageWrapper'>\n    <img decoding=\"async\"\n      class='backgroundImage' \n      loading=\"lazy\"\n      src=\"https:\/\/totara.com\/wp-content\/themes\/totara\/assets\/images\/bg-standard-hero-purple.png\"  \n      sizes=\"100vw\"\n      alt=\"Background pattern\"\n    \/>\n  <\/div>\n  <div class='wrapper'>\n    <div class='detailsWrapper'>\n      <div class='details'>\n                          <h1 class='title  '>Thank you for your interest\n<\/h1>\n                              <\/div>\n    <\/div>\n    \n        \n  <\/div>\n<\/div>\n\n\n<div class='text-block-container leftMobileAlignment leftDesktopAlignment'>\n  <div class='wrapper'>\n    <div class='richText'>\n      <h5>Thank you for your interest in partnering with Totara!<\/h5>\n<p>We\u2019ll be in touch shortly to find out more about your business and the potential for us to work together.<\/p>\n<p class=\"p1\">In the meantime, feel free to explore:<\/p>\n<ul>\n<li><a href=\"https:\/\/totara.com\/customer-stories\"><span class=\"s1\"><b>Customer success stories<\/b><\/span><\/a> \u2013 discover how organisations worldwide are achieving impact with Totara<\/li>\n<li>Our <a href=\"https:\/\/totara.com\/talent-experience-platform-txp\/\"><span class=\"s1\"><b>product suite<\/b><\/span><\/a> \u2013 Totara Learn and Perform<\/li>\n<li><strong><a href=\"https:\/\/www.youtube.com\/watch?v=B_nGksn6fu0&amp;list=PLNxNrK7-TTYcXQr1iuHRJJMzZ0xXjCQjl&amp;index=1&amp;pp=iAQB\" data-cke-saved-href=\"partner-stories\">What our partners say about us<\/a><\/strong><\/li>\n<\/ul>\n<p class=\"p1\">We look forward to speaking with you soon.<\/p>\n    <\/div>\n      <\/div>\n<\/div>\n\n\n<div class='newsletter-hubspot-container themePurple 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:\/\/totara.com\/wp-content\/themes\/totara\/assets\/images\/bg-testimonial-purple.png\"\n            sizes=\"(min-width: 1440px) 708px, (min-width: 768px) 50vw, 100vw\"\n          \/>\n              <\/div>\n    \n    <div class='content-wrapper'>\n              <div class='heading-container'>\n                      <h2 class='title fontLight'>Sign up for our email newsletter<\/h2>\n                                <div class='description fontLight'>Be the first to know about new products and news &amp; insights.\n<\/div>\n                  <\/div>\n            <div class='form-wrapper grey-background-no'>\n                            <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\t\tformId: \"2e1de82f-8cc4-46ff-ae18-b79a4e70fb68\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1780073376000-8391512511\",\n\t\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1780073376000-8391512511\"><\/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 = 'Thank you for your interest';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"tax\/tags":[],"tax\/topics":[],"class_list":["post-61042","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/pages\/61042","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/comments?post=61042"}],"version-history":[{"count":2,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/pages\/61042\/revisions"}],"predecessor-version":[{"id":74923,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/pages\/61042\/revisions\/74923"}],"wp:attachment":[{"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/media?parent=61042"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=61042"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=61042"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}