{"id":10,"date":"2024-09-23T16:57:52","date_gmt":"2024-09-23T16:57:52","guid":{"rendered":"https:\/\/www.purdue.edu\/campaigns\/?page_id=10"},"modified":"2025-04-30T01:03:47","modified_gmt":"2025-04-30T01:03:47","slug":"daniels-corporate","status":"publish","type":"page","link":"https:\/\/www.purdue.edu\/campaigns\/daniels-corporate\/","title":{"rendered":"Daniels Corporate"},"content":{"rendered":"\n<div  class=\"purdue-home-cta-banner purdue-home-link-hero \">\n    <div class=\"image\">\n                    <img decoding=\"async\" alt=\"Male and female walking down hallway with glass walls\" src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2025\/04\/DSB-corp-page-hero-2.jpg\"\/>\n            <\/div>\n    <div class=\"section has-padding-exlarge\">\n        <div class=\"container\">\n                                                        <h1 class=\"second-level-page-heading purdue-home-link-hero__header\">\n                    This is how the future of business is built                <\/h1>\n                                        <p class=\"purdue-home-link-hero__subtext\">\n                    Sign up now for the latest news from Daniels School of Business partnerships. Here, we\u2019re building tomorrow\u2019s leaders by preparing students to tackle the industry\u2019s toughest challenges.\u00a0\u00a0                <\/p>\n                                        <ul class=\"purdue-home-button-list\">\n                                                                    <li class=\"\">\n                            <a class=\"purdue-home-button\" href=\"#subscribe\" target=\"_self\">\n                                Join Us                            <\/a>\n                        <\/li>\n                                    <\/ul>\n                                    <div class=\"purdue-home-link-hero__arrow hero-down-arrow\" aria-hidden=\"true\">\n                <i class=\"fa-solid fa-chevron-down icon\" aria-hidden=\"true\"><\/i>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div  class=\"section page-layout-with-sidebar has-padding-top-large has-padding-bottom-none  page-layout-wide page-layout-two-column\">\n    <div class=\"container\">\n                \n\n<div class=\"wp-block-columns page-layout-columns columns is-multiline is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"subscribe\">\n<div class=\"wp-block-column column is-full-tablet page-layout-main is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Become a Corporate Partner<\/h2>\n\n\n\n<p>We\u2019d love to connect with you directly about becoming a corporate partner.<\/p>\n\n\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/purdue.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n                    <style>\n                    .captcha {\n                        padding-bottom: 1em !important;\n                    }\n                    .wForm .captcha .oneField {\n                        margin: 0;\n                        padding: 0;\n                    }\n                <\/style>\n                <script type=\"text\/javascript\">\n                    \/\/ initialize our variables\n                    var captchaReady = 0;\n                    var wFORMSReady = 0;\n                    var isConditionalSubmitEnabled = false;\n\n                    \/\/ when wForms is loaded call this\n                    var wformsReadyCallback = function () {\n                        \/\/ using this var to denote if wForms is loaded\n                        wFORMSReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    }\n                    var gCaptchaReadyCallback = function() {\n                        \/\/ using this var to denote if captcha is loaded\n                        captchaReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    };\n\n                    \/\/ add event listener to fire when wForms is fully loaded\n                    document.addEventListener(\"wFORMSLoaded\", wformsReadyCallback);\n\n                    var enableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet;\n                        if (\n                            submitButton != null &&\n                            (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) ||\n                            !isConditionalSubmitEnabled\n                        )\n                        {\n                            submitButton.removeAttribute('disabled');\n                            if (explanation != null) {\n                                explanation.style.display = 'none';\n                            }\n                        }\n                    };\n                    var disableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        if (submitButton != null) {\n                            submitButton.disabled = true;\n                            if (explanation != null) {\n                                explanation.style.display = 'block';\n                            }\n                        }\n                    };\n\n                    \/\/ call this on both captcha async complete and wforms fully\n                    \/\/ initialized since we can't be sure which will complete first\n                    \/\/ and we need both done for this to function just check that they are\n                    \/\/ done to fire the functionality\n                    var onloadCallback = function () {\n                        \/\/ if our captcha is ready (async call completed)\n                        \/\/ and wFORMS is completely loaded then we are ready to add\n                        \/\/ the captcha to the page\n                        if (captchaReady && wFORMSReady) {\n                            \/\/ Prevent both concurrent and sequential executions\n                            if (window.isCreatingCaptcha || window.hasCaptchaRendered) {\n                                return;\n                            }\n                            window.isCreatingCaptcha = true;\n\n                            try {\n                                var submitButton = document.getElementById('submit_button');\n                                var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer');\n                                var faCaptcha = null;\n\n                                if (formContainer) {\n                                    faCaptcha = formContainer.querySelector('#google-captcha');\n                                }\n\n                                \/\/ Also check if captcha was appended to body as fallback (look for FA-specific structure)\n                                if (!faCaptcha) {\n                                    var bodyCaptchas = document.querySelectorAll('body > #google-captcha');\n                                    for (var i = 0; i < bodyCaptchas.length; i++) {\n                                        \/\/ Verify it's a FormAssembly captcha by checking for specific structure\n                                        if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) {\n                                            faCaptcha = bodyCaptchas[i];\n                                            break;\n                                        }\n                                    }\n                                }\n\n                                if (faCaptcha) { \n                                    if (faCaptcha.parentNode) {\n                                        faCaptcha.parentNode.removeChild(faCaptcha);\n                                    } \n                                }\n\n                            \/\/ Now create a new captcha container\n                            var captchaContainer = document.createElement('div');\n                            captchaContainer.id = 'google-captcha';\n                            \n                            var captchaDiv = document.createElement('div');\n                            captchaDiv.className = 'captcha';\n                            \n                            var oneFieldDiv = document.createElement('div');\n                            oneFieldDiv.className = 'oneField';\n                            \n                            var recaptchaElement = document.createElement('div');\n                            recaptchaElement.id = 'g-recaptcha-render-div';\n                            recaptchaElement.className = 'g-recaptcha';\n                            \n                            var errorDiv = document.createElement('div');\n                            errorDiv.className = 'g-captcha-error';\n                            \n                            var helpDiv = document.createElement('div');\n                            helpDiv.className = 'captchaHelp';\n                            helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.<br>';\n                            \n                            var disabledDiv = document.createElement('div');\n                            disabledDiv.id = 'disabled-explanation';\n                            disabledDiv.className = 'captchaHelp';\n                            disabledDiv.style.display = 'block';\n                            disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.';\n                            \n                            oneFieldDiv.appendChild(recaptchaElement);\n                            oneFieldDiv.appendChild(errorDiv);\n                            oneFieldDiv.appendChild(document.createElement('br'));\n                            captchaDiv.appendChild(oneFieldDiv);\n                            captchaDiv.appendChild(helpDiv);\n                            captchaDiv.appendChild(disabledDiv);\n                            captchaContainer.appendChild(document.createElement('br'));\n                            captchaContainer.appendChild(captchaDiv);\n                            \n                            if (submitButton && submitButton.parentNode) {\n                                submitButton.parentNode.insertBefore(captchaContainer, submitButton);\n                            } else {\n                                \/\/ Fallback: append to body if submit button not found.\n                                document.body.appendChild(captchaContainer);\n                            }\n                        } finally {\n                            window.isCreatingCaptcha = false;\n                        }\n                            \n                            grecaptcha.enterprise.render('g-recaptcha-render-div', {\n                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',\n                                'theme': 'light',\n                                'size': 'normal',\n                                'callback': 'enableSubmitButton',\n                                'expired-callback': 'disableSubmitButton'\n                            });\n                            window.hasCaptchaRendered = true;\n                            var oldRecaptchaCheck = parseInt('1');\n                            if (oldRecaptchaCheck === -1) {\n                                var standardCaptcha = document.getElementById(\"tfa_captcha_text\");\n                                standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode;\n                                standardCaptcha.parentNode.removeChild(standardCaptcha);\n                            }\n\n                            if (!wFORMS.instances['paging']) {\n                                document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.style.display = \"block\";\n                                \/\/document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.removeAttribute(\"hidden\");\n                            }\n                            document.getElementById(\"g-recaptcha-render-div\").getAttributeNode('id').value = 'tfa_captcha_text';\n\n                            var captchaError = '';\n                            if (captchaError == '1') {\n                                var errMsgText = 'The CAPTCHA was not completed successfully.';\n                                var errMsgDiv = document.createElement('div');\n                                errMsgDiv.id = \"tfa_captcha_text-E\";\n                                errMsgDiv.className = \"err errMsg\";\n                                errMsgDiv.innerText = errMsgText;\n                                var loc = document.querySelector('.g-captcha-error');\n                                loc.insertBefore(errMsgDiv, loc.childNodes[0]);\n\n                                \/* See wFORMS.behaviors.paging.applyTo for origin of this code *\/\n                                if (wFORMS.instances['paging']) {\n                                    var b = wFORMS.instances['paging'][0];\n                                    var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR);\n                                    if (pp) {\n                                        var lastPage = 1;\n                                        for (var i = 1; i < 100; i++) {\n                                            if (b.behavior.isLastPageIndex(i)) {\n                                                lastPage = i;\n                                                break;\n                                            }\n                                        }\n                                        b.jumpTo(lastPage);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                <\/script>\n                                    <script src='https:\/\/www.google.com\/recaptcha\/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_US' async\n                        defer><\/script>\n                <script type=\"text\/javascript\">\n                    document.addEventListener(\"DOMContentLoaded\", function() {\n                        var warning = document.getElementById(\"javascript-warning\");\n                        if (warning != null) {\n                            warning.parentNode.removeChild(warning);\n                        }\n                        var oldRecaptchaCheck = parseInt('1');\n                        if (oldRecaptchaCheck !== -1) {\n                            var explanation = document.getElementById('disabled-explanation');\n                            var submitButton = document.getElementById('submit_button');\n                            if (submitButton != null) {\n                                submitButton.disabled = true;\n                                if (explanation != null) {\n                                    explanation.style.display = 'block';\n                                }\n                            }\n                        }\n                    });\n                <\/script>\n                <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/purdue.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=de56b5509dfff666a19f07a7987ea978c9defe53\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/purdue.tfaforms.net\/uploads\/themes\/theme-36.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/purdue.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=de56b5509dfff666a19f07a7987ea978c9defe53\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/purdue.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=de56b5509dfff666a19f07a7987ea978c9defe53\"><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/purdue.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=de56b5509dfff666a19f07a7987ea978c9defe53\"><\/script>\n    <script>\n        var FAoldJQ;\n        if (typeof $ != 'undefined' && $.noConflict) FAoldJQ = $.noConflict(true);\n    <\/script>\n    <script src=\"https:\/\/purdue.tfaforms.net\/dist\/jquery\/jquery.a7691f40d21027ec7d86.js\"><\/script>\n    <script src=\"https:\/\/purdue.tfaforms.net\/js\/typeahead\/v1.2.0\/typeahead.bundle.js\"><\/script>\n    <script>\n        var FA$ = $.noConflict(true);\n        if (FAoldJQ) $ = jQuery = FAoldJQ;\n    <\/script>\n\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.4.0\/css\/font-awesome.min.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_141,\n                *[id^=\"tfa_141[\"] {\n                    width: 650px !important;\n                }\n                #tfa_141-D,\n                *[id^=\"tfa_141[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_148,\n                *[id^=\"tfa_148[\"] {\n                    width: 640px !important;\n                }\n                #tfa_148-D,\n                *[id^=\"tfa_148[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_5,\n                *[id^=\"tfa_5[\"] {\n                    width: 650px !important;\n                }\n                #tfa_5-D,\n                *[id^=\"tfa_5[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_11,\n                *[id^=\"tfa_11[\"] {\n                    width: 640px !important;\n                }\n                #tfa_11-D,\n                *[id^=\"tfa_11[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_137,\n                *[id^=\"tfa_137[\"] {\n                    width: 627px !important;\n                }\n                #tfa_137-D,\n                *[id^=\"tfa_137[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_35,\n                *[id^=\"tfa_35[\"] {\n                    width: 668px !important;\n                }\n                #tfa_35-D,\n                *[id^=\"tfa_35[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_35,\n                *[id^=\"tfa_35[\"] {\n                    height: 44px !important\n                }\n                #tfa_35-D,\n                *[id^=\"tfa_35[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_35-L,\n                label[id^=\"tfa_35[\"],\n                *[id^=\"tfa_35[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"128-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-128\"><script src=\"https:\/\/www.recaptcha.net\/recaptcha\/api.js\"><\/script>\n\n<script>\n  window.onload = function()\n  {\ndocument.getElementById(\"g-recaptcha-response\").setAttribute(\"aria-hidden\",\"true\");\ndocument.getElementById(\"g-recaptcha-response\").setAttribute(\"aria-label\",\"do not use\");\ndocument.getElementById(\"g-recaptcha-response\").setAttribute(\"aria-readonly\",\"true\");\n  }<\/script>\n\n<script>\n\/\/ Script fixes some accessibilities issues we were seeing with FormAssembly forms.\n\/\/ Script produced by Daniels MarCom Web Team on 2026.04.02.\n\/\/ Current script version release date: 2026.04.02\n(function () {\n  var debounceTimer;\n\n  function a11yFixes() {\n    fixRecaptcha();\n    fixComboboxes();\n    fixRadiogroups();\n  }\n\n  \/\/ reCAPTCHA textarea is not a real field, this hides it from accessibility tree\n  function fixRecaptcha() {\n    var textarea = document.querySelector('textarea.g-recaptcha-response');\n    if (textarea) {\n      textarea.setAttribute('aria-hidden', 'true');\n      textarea.setAttribute('tabindex', '-1');\n      textarea.style.overflow = 'hidden';\n    }\n\n    \/\/ recaptcha iframe needs a title\n    document.querySelectorAll('iframe:not([title])').forEach(function (iframe) {\n      if ((iframe.src || '').includes('recaptcha')) {\n        iframe.setAttribute('title', 'reCAPTCHA security challenge');\n      }\n    });\n  }\n\n  \/\/ Combobox inputs need aria-expanded\n  function fixComboboxes() {\n    document.querySelectorAll('[role=\"combobox\"]:not([aria-expanded])').forEach(function (combobox) {\n      var listboxId = combobox.getAttribute('aria-controls');\n      var listbox = listboxId ? document.getElementById(listboxId) : null;\n      combobox.setAttribute('aria-expanded', 'false');\n\n      if (!listbox) return;\n\n      var obs = new MutationObserver(function () {\n        var isVisible =\n          listbox.style.display !== 'none' &&\n          listbox.style.visibility !== 'hidden';\n        combobox.setAttribute('aria-expanded', isVisible ? 'true' : 'false');\n      });\n\n      obs.observe(listbox, { attributes: true, attributeFilter: ['style', 'class'] });\n    });\n  }\n\n  \/\/ Radiogroup containers need aria state and correct roles\n  function fixRadiogroups() {\n  document.querySelectorAll('[role=\"radiogroup\"]').forEach(function (group) {\n    var wrapper = group.querySelector('.inputWrapper');\n    if (!wrapper) return;\n\n    \/\/ group provides the same labelling context as radiogroup without ownership requirements\n    group.setAttribute('role', 'group');\n\n    function update() {\n      var hasInputs = wrapper.querySelector('input, select, textarea');\n      group.setAttribute('aria-hidden', hasInputs ? 'false' : 'true');\n    }\n\n    update();\n\n    var obs = new MutationObserver(update);\n    obs.observe(wrapper, { childList: true, subtree: true });\n  });\n}\n\n  \/\/ keep watching to account for dynamic rendering\n  \/\/ debounced for querySelectorAll\n  var mainObs = new MutationObserver(function () {\n    clearTimeout(debounceTimer);\n    debounceTimer = setTimeout(a11yFixes, 50);\n  });\n\n  mainObs.observe(document.body, { childList: true, subtree: true });\n\n  \/\/ Run immediately in case the form is in DOM\n  a11yFixes();\n})();\n<\/script><\/div>\n<form method=\"post\" action=\"https:\/\/purdue.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"128\">\n<div id=\"tfa_3\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_1-D\">\n<label id=\"tfa_1-L\" class=\"label preField reqMark\" for=\"tfa_1\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1\" name=\"tfa_1\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2-D\">\n<label id=\"tfa_2-L\" class=\"label preField reqMark\" for=\"tfa_2\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_2\" name=\"tfa_2\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_4-D\">\n<label id=\"tfa_4-L\" class=\"label preField reqMark\" for=\"tfa_4\">Email<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_4\" name=\"tfa_4\" value=\"\" title=\"Email\" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_48-D\" role=\"radiogroup\" aria-labelledby=\"tfa_48-L\" data-tfa-labelledby=\"-L tfa_48-L\">\n<label id=\"tfa_48-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_48\">Request Type<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_48\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_49\" class=\"calc-RequestType calcval-Partner\" id=\"tfa_49\" name=\"tfa_48\" aria-required=\"true\" data-conditionals=\"#tfa_7,#tfa_5,#tfa_60,#tfa_52,#submit_button,#tfa_137\" aria-labelledby=\"tfa_49-L\" data-tfa-labelledby=\"tfa_48-L tfa_49-L\" data-tfa-parent-id=\"tfa_48\"><label class=\"label postField\" id=\"tfa_49-L\" for=\"tfa_49\"><span class=\"input-radio-faux\"><\/span>Industry Partner or Alumnus of Purdue University<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_50\" class=\"calc-RequestType calcval-Faculty\" id=\"tfa_50\" name=\"tfa_48\" aria-required=\"true\" data-conditionals=\"#tfa_89,#submit_button,#tfa_137,#tfa_138,#tfa_141,#tfa_144\" aria-labelledby=\"tfa_50-L\" data-tfa-labelledby=\"tfa_48-L tfa_50-L\" data-tfa-parent-id=\"tfa_48\"><label class=\"label postField\" id=\"tfa_50-L\" for=\"tfa_50\"><span class=\"input-radio-faux\"><\/span>Faculty Member, Staff, or Student<\/label><\/span><\/span><\/div>\n<\/div>\n<div id=\"tfa_51\" class=\"section group\">\n<fieldset id=\"tfa_138\" class=\"section\" data-condition=\"`#tfa_50`\">\n<legend id=\"tfa_138-L\">Requesting Department<\/legend>\n<div id=\"tfa_146\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_141-D\">\n<label id=\"tfa_141-L\" class=\"label preField \" for=\"tfa_141\">Purdue Department<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_141\" name=\"tfa_141\" value=\"\" data-condition=\"`#tfa_50`\" data-conditionals=\"#submit_button\" title=\"Purdue Department\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1758636940\" data-dataset-id=\"d5b019fa-d1dd-4960-9991-0b509506a1b1\" data-dataset-map=\"b=tfa_150,\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/purdue.tfaforms.net\/api_v2\/datasets\" class=\"wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_144-D\" role=\"group\" aria-labelledby=\"tfa_144-L\" data-tfa-labelledby=\"-L tfa_144-L\"><div class=\"inputWrapper\"><span id=\"tfa_144\" class=\"choices vertical \" data-condition=\"`#tfa_50`\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_145\" class=\"\" id=\"tfa_145\" name=\"tfa_145\" data-conditionals=\"#tfa_148\" aria-labelledby=\"tfa_145-L\" data-tfa-labelledby=\"tfa_144-L tfa_145-L\" data-tfa-parent-id=\"tfa_144\"><label class=\"label postField\" id=\"tfa_145-L\" for=\"tfa_145\"><span class=\"input-checkbox-faux\"><\/span><i style=\"\">My Department or Program is not listed.&nbsp;<\/i><\/label><\/span><\/span><\/div><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_148-D\">\n<label id=\"tfa_148-L\" class=\"label preField \" for=\"tfa_148\">Department Name<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_148\" name=\"tfa_148\" value=\"\" aria-describedby=\"tfa_148-HH\" data-condition=\"`#tfa_145`\" data-conditionals=\"#submit_button\" title=\"Department Name\" class=\"calc-DefaultName\"><span class=\"field-hint-inactive\" id=\"tfa_148-H\"><span id=\"tfa_148-HH\" class=\"hint\">Please provide the official name for your department without abbreviations. <\/span><\/span>\n<\/div>\n<\/div>\n<\/fieldset>\n<fieldset id=\"tfa_60\" class=\"section\" data-condition=\"`#tfa_49`\">\n<legend id=\"tfa_60-L\">Select Your Organization<\/legend>\n<div id=\"tfa_61\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField \" for=\"tfa_5\">Organization<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" data-condition=\"`#tfa_49`\" data-conditionals=\"#submit_button\" title=\"Organization\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1716305244\" data-dataset-id=\"d5b019fa-d1dd-4960-9991-0b509506a1b1\" data-dataset-map=\"b=tfa_6,\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/purdue.tfaforms.net\/api_v2\/datasets\" class=\"wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_7-D\" role=\"group\" aria-labelledby=\"tfa_7-L\" data-tfa-labelledby=\"-L tfa_7-L\"><div class=\"inputWrapper\"><span id=\"tfa_7\" class=\"choices vertical \" data-condition=\"`#tfa_49`\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_8\" class=\"\" id=\"tfa_8\" name=\"tfa_8\" data-conditionals=\"#tfa_11\" aria-labelledby=\"tfa_8-L\" data-tfa-labelledby=\"tfa_7-L tfa_8-L\" data-tfa-parent-id=\"tfa_7\"><label class=\"label postField\" id=\"tfa_8-L\" for=\"tfa_8\"><span class=\"input-checkbox-faux\"><\/span><i style=\"\">My Organization is not listed.&nbsp;<\/i><\/label><\/span><\/span><\/div><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_11-D\">\n<label id=\"tfa_11-L\" class=\"label preField \" for=\"tfa_11\">Organization Name<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_11\" name=\"tfa_11\" value=\"\" aria-describedby=\"tfa_11-HH\" data-condition=\"`#tfa_8`\" data-conditionals=\"#submit_button\" title=\"Organization Name\" class=\"\"><span class=\"field-hint-inactive\" id=\"tfa_11-H\"><span id=\"tfa_11-HH\" class=\"hint\">Please provide the legal name for your organization without abbreviations. <\/span><\/span>\n<\/div>\n<\/div>\n<\/fieldset>\n<div id=\"tfa_100\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_52-D\" role=\"radiogroup\" aria-labelledby=\"tfa_52-L\" data-tfa-labelledby=\"-L tfa_52-L\">\n<label id=\"tfa_52-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_52\">How would you like to engage with the Daniels School of Business?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_52\" class=\"choices vertical required\" data-condition=\"`#tfa_49`\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_64\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_64\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_64-L\" data-tfa-labelledby=\"tfa_52-L tfa_64-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_64-L\" for=\"tfa_64\"><span class=\"input-radio-faux\"><\/span>Access Faculty\/Centers of Excellence  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_65\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_65\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_65-L\" data-tfa-labelledby=\"tfa_52-L tfa_65-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_65-L\" for=\"tfa_65\"><span class=\"input-radio-faux\"><\/span>Attend a career fair  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_66\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_66\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_66-L\" data-tfa-labelledby=\"tfa_52-L tfa_66-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_66-L\" for=\"tfa_66\"><span class=\"input-radio-faux\"><\/span>Conduct student mock interviews  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_67\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_67\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_67-L\" data-tfa-labelledby=\"tfa_52-L tfa_67-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_67-L\" for=\"tfa_67\"><span class=\"input-radio-faux\"><\/span>Connect with student organizations  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_75\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_75\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_75-L\" data-tfa-labelledby=\"tfa_52-L tfa_75-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_75-L\" for=\"tfa_75\"><span class=\"input-radio-faux\"><\/span>Consult with DSB on another topic <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_136\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_136\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_136-L\" data-tfa-labelledby=\"tfa_52-L tfa_136-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_136-L\" for=\"tfa_136\"><span class=\"input-radio-faux\"><\/span>Discuss recruiting at Daniels<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_68\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_68\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_68-L\" data-tfa-labelledby=\"tfa_52-L tfa_68-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_68-L\" for=\"tfa_68\"><span class=\"input-radio-faux\"><\/span>Explore a solution-centered project  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_69\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_69\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_69-L\" data-tfa-labelledby=\"tfa_52-L tfa_69-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_69-L\" for=\"tfa_69\"><span class=\"input-radio-faux\"><\/span>Explore workforce upskilling options <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_71\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_71\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_71-L\" data-tfa-labelledby=\"tfa_52-L tfa_71-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_71-L\" for=\"tfa_71\"><span class=\"input-radio-faux\"><\/span>Participate in a networking night <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_70\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_70\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_70-L\" data-tfa-labelledby=\"tfa_52-L tfa_70-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_70-L\" for=\"tfa_70\"><span class=\"input-radio-faux\"><\/span>Participate in Alumni Conversations  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_72\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_72\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_72-L\" data-tfa-labelledby=\"tfa_52-L tfa_72-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_72-L\" for=\"tfa_72\"><span class=\"input-radio-faux\"><\/span>Provide a case competition <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_73\" class=\"calc-PartnerEngagementChoice calcval-BPO\" id=\"tfa_73\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_73-L\" data-tfa-labelledby=\"tfa_52-L tfa_73-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_73-L\" for=\"tfa_73\"><span class=\"input-radio-faux\"><\/span>Provide a course project  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_74\" class=\"calc-PartnerEngagementChoice calcval-BCS\" id=\"tfa_74\" name=\"tfa_52\" aria-required=\"true\" aria-labelledby=\"tfa_74-L\" data-tfa-labelledby=\"tfa_52-L tfa_74-L\" data-tfa-parent-id=\"tfa_52\"><label class=\"label postField\" id=\"tfa_74-L\" for=\"tfa_74\"><span class=\"input-radio-faux\"><\/span>Serve as a class\/panel speaker  <\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_89-D\" role=\"radiogroup\" aria-labelledby=\"tfa_89-L\" data-tfa-labelledby=\"-L tfa_89-L\">\n<label id=\"tfa_89-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_89\">What type of support would you like for your Center, Program, Organization or Course?&nbsp;<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_89\" class=\"choices vertical required\" data-condition=\"`#tfa_50`\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_90\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_90\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_90-L\" data-tfa-labelledby=\"tfa_89-L tfa_90-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_90-L\" for=\"tfa_90\"><span class=\"input-radio-faux\"><\/span>Discuss sponsorship opportunities  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_91\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_91\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_91-L\" data-tfa-labelledby=\"tfa_89-L tfa_91-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_91-L\" for=\"tfa_91\"><span class=\"input-radio-faux\"><\/span>Help with an itinerary for guest  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_92\" class=\"calc-FacultyEngagementChoice calcval-BCS\" id=\"tfa_92\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_92-L\" data-tfa-labelledby=\"tfa_89-L tfa_92-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_92-L\" for=\"tfa_92\"><span class=\"input-radio-faux\"><\/span>Help with interviews, resumes, etc.  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_93\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_93\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_93-L\" data-tfa-labelledby=\"tfa_89-L tfa_93-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_93-L\" for=\"tfa_93\"><span class=\"input-radio-faux\"><\/span>Help with strategic events  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_94\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_94\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_94-L\" data-tfa-labelledby=\"tfa_89-L tfa_94-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_94-L\" for=\"tfa_94\"><span class=\"input-radio-faux\"><\/span>Identify a case\/course partner  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_95\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_95\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_95-L\" data-tfa-labelledby=\"tfa_89-L tfa_95-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_95-L\" for=\"tfa_95\"><span class=\"input-radio-faux\"><\/span>Support for a class or event speaker  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_96\" class=\"calc-FacultyEngagementChoice calcval-BCS\" id=\"tfa_96\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_96-L\" data-tfa-labelledby=\"tfa_89-L tfa_96-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_96-L\" for=\"tfa_96\"><span class=\"input-radio-faux\"><\/span>Support outreach for company visits  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_97\" class=\"calc-FacultyEngagementChoice calcval-BCS\" id=\"tfa_97\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_97-L\" data-tfa-labelledby=\"tfa_89-L tfa_97-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_97-L\" for=\"tfa_97\"><span class=\"input-radio-faux\"><\/span>Support with a career trek  <\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_98\" class=\"calc-FacultyEngagementChoice calcval-BPO\" id=\"tfa_98\" name=\"tfa_89\" aria-required=\"true\" aria-labelledby=\"tfa_98-L\" data-tfa-labelledby=\"tfa_89-L tfa_98-L\" data-tfa-parent-id=\"tfa_89\"><label class=\"label postField\" id=\"tfa_98-L\" for=\"tfa_98\"><span class=\"input-radio-faux\"><\/span>Discuss other needs <\/label><\/span><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_137-D\">\n<label id=\"tfa_137-L\" class=\"label preField \" for=\"tfa_137\">Please\nshare any other areas of interest:<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_137\" name=\"tfa_137\" value=\"\" data-condition=\"`#tfa_49` OR `#tfa_50`\" title=\"Please share any other areas of interest:\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<fieldset id=\"tfa_56\" class=\"section wf-acl-hidden\">\n<legend id=\"tfa_56-L\">INPUTS<\/legend>\n<div id=\"tfa_63\" class=\"section inline group\">\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_12-D\">\n<label id=\"tfa_12-L\" class=\"label preField \" for=\"tfa_12\">FormId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_12\" name=\"tfa_12\" value=\"\" title=\"FormId\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_62-D\">\n<label id=\"tfa_62-L\" class=\"label preField \" for=\"tfa_62\">BusinessPartnershipsManagerId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_62\" name=\"tfa_62\" value=\"0038c00002tunl6AAA\" title=\"BusinessPartnershipsManagerId\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_58\" class=\"section inline group\">\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_6-D\">\n<label id=\"tfa_6-L\" class=\"label preField \" for=\"tfa_6\">OrganizationAccountId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_6\" name=\"tfa_6\" value=\"\" title=\"OrganizationAccountId\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_17-D\">\n<label id=\"tfa_17-L\" class=\"label preField \" for=\"tfa_17\">DepartmentAccountId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_17\" name=\"tfa_17\" value=\"\" title=\"DepartmentAccountId\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_151\" class=\"section inline group\">\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_18-D\">\n<label id=\"tfa_18-L\" class=\"label preField \" for=\"tfa_18\">RecordTypeId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_18\" name=\"tfa_18\" value=\"\" title=\"RecordTypeId\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_150-D\">\n<label id=\"tfa_150-L\" class=\"label preField \" for=\"tfa_150\">RespondentDepartmentAccountId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_150\" name=\"tfa_150\" value=\"\" title=\"RespondentDepartmentAccountId\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_59\" class=\"section inline group\">\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_15-D\">\n<label id=\"tfa_15-L\" class=\"label preField \" for=\"tfa_15\">Newsletter_CampaignId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_15\" name=\"tfa_15\" value=\"\" title=\"Newsletter_CampaignId\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_20-D\">\n<label id=\"tfa_20-L\" class=\"label preField \" for=\"tfa_20\">CampaignRecordTypeId<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_20\" name=\"tfa_20\" value=\"\" title=\"CampaignRecordTypeId\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<fieldset id=\"tfa_132\" class=\"section wf-acl-hidden\">\n<legend id=\"tfa_132-L\">HELPER FIELDS<\/legend>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_133-D\">\n<label id=\"tfa_133-L\" class=\"label preField \" for=\"tfa_133\">Partner_BPOorBCS(calculated)<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_133\" name=\"tfa_133\" value=\"\" readonly aria-describedby=\"tfa_133-HH\" title=\"Partner_BPOorBCS(calculated)\" class='formula=if(PartnerEngagementChoice==\"BPO\"){BPOQueueID}else{if(PartnerEngagementChoice==\"BCS\"){BCSCaseOwnerID}} calc-PartnerBPOorBCS readonly'><span class=\"field-hint-inactive\" id=\"tfa_133-H\"><span id=\"tfa_133-HH\" class=\"hint\">Outputs whether or not the respondent is Partnership and whether they are wishing for support from the Business Partnerships or Career Services Team. Field is needed because FormAssembly doesn't work well with deeply nested IF statements in JS.<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_135-D\">\n<label id=\"tfa_135-L\" class=\"label preField \" for=\"tfa_135\">Faculty_BPOorBCS(calculated)<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_135\" name=\"tfa_135\" value=\"\" readonly aria-describedby=\"tfa_135-HH\" title=\"Faculty_BPOorBCS(calculated)\" class='formula=if(FacultyEngagementChoice==\"BPO\"){BPOQueueID}else{if(FacultyEngagementChoice==\"BCS\"){BCSCaseOwnerID}} calc-FacultyBPOorBCS readonly'><span class=\"field-hint-inactive\" id=\"tfa_135-H\"><span id=\"tfa_135-HH\" class=\"hint\">Outputs whether or not the respondent is Faculty and whether they are wishing for support from the Business Partnerships or Career Services Team. Field is needed because FormAssembly doesn't work well with deeply nested IF statements in JS.<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_101-D\">\n<label id=\"tfa_101-L\" class=\"label preField \" for=\"tfa_101\">CaseOwner(calculated)<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_101\" name=\"tfa_101\" value=\"\" readonly aria-describedby=\"tfa_101-HH\" title=\"CaseOwner(calculated)\" class='formula=if(PartnerBPOorBCS==\"undefined\"){FacultyBPOorBCS}else{if(FacultyBPOorBCS==\"undefined\"){PartnerBPOorBCS}} readonly'><span class=\"field-hint-inactive\" id=\"tfa_101-H\"><span id=\"tfa_101-HH\" class=\"hint\">Used to output the proper User or Queue ID of the Case Owner. Field needed to properly set Case Owner on connector based off of respondent's support selection.<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D   hintsBelow  wf-acl-hidden\" id=\"tfa_130-D\">\n<label id=\"tfa_130-L\" class=\"label preField \" for=\"tfa_130\">BusinessPartnershipTeamCaseQueue<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_130\" name=\"tfa_130\" value=\"00G8c000009JRYU\" default=\"00G8c000009JRYU\" aria-describedby=\"tfa_130-HH\" title=\"BusinessPartnershipTeamCaseQueue\" class=\"calc-BPOQueueID\"><span class=\"field-hint-inactive\" id=\"tfa_130-H\"><span id=\"tfa_130-HH\" class=\"hint\">Variable for housing the Queue ID for the DSB Business Partnerships Office Team.<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D   hintsBelow  wf-acl-hidden\" id=\"tfa_131-D\">\n<label id=\"tfa_131-L\" class=\"label preField \" for=\"tfa_131\">CareerServicesCaseOwnerID<\/label><br><div class=\"inputWrapper\">\n<input type=\"text\" id=\"tfa_131\" name=\"tfa_131\" value=\"005Uw00000DjoxHIAR\" default=\"005Uw00000DjoxHIAR\" aria-describedby=\"tfa_131-HH\" title=\"CareerServicesCaseOwnerID\" class=\"calc-BCSCaseOwnerID\"><span class=\"field-hint-inactive\" id=\"tfa_131-H\"><span id=\"tfa_131-HH\" class=\"hint\">Variable for housing the User ID for the head of DSB Career Services (Claudine Meilink)<\/span><\/span>\n<\/div>\n<\/div>\n<\/fieldset>\n<\/fieldset>\n<fieldset id=\"tfa_36\" class=\"section\">\n<legend id=\"tfa_36-L\">Privacy Policy<\/legend>\n<div class=\"oneField field-container-D    \" id=\"tfa_21-D\" role=\"group\" aria-labelledby=\"tfa_21-L\" data-tfa-labelledby=\"-L tfa_21-L\"><div class=\"inputWrapper\"><span id=\"tfa_21\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_22\" class=\"\" id=\"tfa_22\" name=\"tfa_22\" data-conditionals=\"#submit_button\" aria-labelledby=\"tfa_22-L\" data-tfa-labelledby=\"tfa_21-L tfa_22-L\" data-tfa-parent-id=\"tfa_21\"><label class=\"label postField\" id=\"tfa_22-L\" for=\"tfa_22\"><span class=\"input-checkbox-faux\"><\/span>I accept the Privacy Policy<\/label><\/span><\/span><\/div><\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_33-D\" role=\"group\" aria-labelledby=\"tfa_33-L\" data-tfa-labelledby=\"-L tfa_33-L\"><div class=\"inputWrapper\"><span id=\"tfa_33\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_34\" class=\"\" id=\"tfa_34\" name=\"tfa_34\" data-conditionals=\"#tfa_35\" aria-labelledby=\"tfa_34-L\" data-tfa-labelledby=\"tfa_33-L tfa_34-L\" data-tfa-parent-id=\"tfa_33\"><label class=\"label postField\" id=\"tfa_34-L\" for=\"tfa_34\"><span class=\"input-checkbox-faux\"><\/span><u>View Privacy Policy<\/u><\/label><\/span><\/span><\/div><\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_35-D\">\n<label id=\"tfa_35-L\" class=\"label preField \" for=\"tfa_35\">Privacy Policy<\/label><br><div class=\"inputWrapper\"><textarea id=\"tfa_35\" name=\"tfa_35\" data-condition=\"`#tfa_34`\" title=\"Privacy Policy\" class=\"\"><\/textarea><\/div>\n<\/div>\n<\/fieldset>\n<div class=\"actions\" id=\"128-A\" data-contentid=\"submit_button\">\n<div id=\"google-captcha\" style=\"display: none\">\n<br><div class=\"captcha\">\n<div class=\"oneField\">\n<div class=\"g-recaptcha\" id=\"g-recaptcha-render-div\"><\/div>\n<div class=\"g-captcha-error\"><\/div>\n<br>\n<\/div>\n<div class=\"captchaHelp\">reCAPTCHA helps prevent automated form spam.<br>\n<\/div>\n<div id=\"disabled-explanation\" class=\"captchaHelp\" style=\"display: none\">The submit button will be disabled until you complete the CAPTCHA.<\/div>\n<\/div>\n<\/div>\n<input type=\"submit\" data-label=\"Submit\" class=\"primaryAction\" id=\"submit_button\" value=\"Submit\" data-condition=\"`#tfa_22` AND ((`#tfa_49` AND (`#tfa_5,notEquals,` OR `#tfa_11,notEquals,`)) OR `#tfa_50`)\" data-conditional-mode=\"hidden\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"312-d5f8644ca5c568e4a30cb413d2a13a8c\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"128\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"e0d4c838f9705a5e33bac3389757b4cf\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775809403\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"107\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/purdue.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"134589\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-column column is-one-quarter-desktop is-full-tablet is-full-mobile page-layout-sidebar is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"845\" src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subscribe-v3-1200x990-1-1024x845.jpg\" alt=\"Female in front of whiteboard presenting to another female sitting down\" class=\"wp-image-120\" srcset=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subscribe-v3-1200x990-1-1024x845.jpg 1024w, https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subscribe-v3-1200x990-1-300x248.jpg 300w, https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subscribe-v3-1200x990-1-768x634.jpg 768w, https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subscribe-v3-1200x990-1.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n<\/div>\n\n    <\/div>\n<\/div>\n\n<div  class=\"section has-padding-top-none has-padding-bottom-none  page-layout-wide page-layout-two-column page-layout-two-column-verticalCenter\">\n    <div class=\"container\">\n                \n\n<div class=\"wp-block-columns page-layout-columns columns is-multiline is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column column pr-1 is-full-tablet page-layout-main is-layout-flow wp-block-column-is-layout-flow\"><div class=\"purdue-home-video-embed \">\n        <div class=\"section has-none-background has-no-sidepadding\">\n        <div class=\"container is-16by9\">\n            \n            <div class=\"purdue-home-cta-card purdue-home-cta-card--horizontal purdue-home-cta-card--video\">\n    <div class=\"image is-16by9\">\n                    <img decoding=\"async\" class=\"purdue-home-background-image\" alt=\"Male and female walking down hallway with glass walls\" src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2025\/04\/DSB-corp-page-YT-thumb-2.jpg\" \/>\n            <\/div>\n    <div class=\"flex-container flex-container--align-center\">\n        <span class=\"cta-link purdue-home-cta-card__link\">Watch Video<\/span>\n        <img decoding=\"async\" class=\"cta-icon cta-icon--play\" src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/themes\/purdue-home-theme\/imgs\/play_icon_gold.svg\" alt=\"\">                                       \n    <\/div>\n    <div class=\"iframe-container is-sr-only\">\n        <div class=\"youtube-video\" id=\"Oq1diveRqdo\" data-title=\"DSB-corp-page-YT-thumb-2\" data-src=\"https:\/\/www.youtube.com\/embed\/Oq1diveRqdo?rel=0&#038;autoplay=1&#038;enablejsapi=1&#038;mute=1&#038;origin=https:\/\/www.purdue.edu\"><\/div>\n    <\/div>\n<\/div>        <\/div>\n    <\/div>\n    <\/div><\/div>\n\n\n\n<div class=\"wp-block-column column pl-1 is-half-desktop is-full-tablet is-full-mobile page-layout-sidebar is-layout-flow wp-block-column-is-layout-flow\"><div  class=\"purdue-home-quote \">\n        <div class=\"section has-padding-top-none has-padding-bottom-none has-quote-mark has-none-background\">\n        <div class=\"container\">\n                        <div class=\"purdue-home-quote-card\">\n                                 <div class=\"purdue-home-quote-content\">\n                    <blockquote>\n                        \n\n<p>Academic and industry partnerships bring together the best of industry-specific and cutting-edge business knowledge to craft new and innovative ideas. We very much believe in attacking challenging problems using an ecosystem, and Purdue is a vital part of that ecosystem.<\/p>\n\n                    <\/blockquote>\n                                        <p class=\"purdue-home-quote__name\">Mike Pettit BS information management \u201997<\/p>\n                                                            <p class=\"purdue-home-quote__title\">Senior vice president and chief growth officer at Wabash<\/p>\n                                    <\/div>\n             <\/div>\n                     <\/div>\n    <\/div>\n<\/div>\n<\/div>\n<\/div>\n\n    <\/div>\n<\/div>\n\n<div  class=\"purdue-home-cta-carousel \">\n        <div class=\"section has-none-background\">\n        <div class=\"container\">\n                        <div class=\"purdue-home-cta-carousel__cards\" data-columns=\"3\">\n                <div class=\"glide\">\n                    <div class=\"glide__track\" data-glide-el=\"track\">\n                        <div class=\"glide__slides\">\n                                                        <div class=\"glide__slide\">\n                                <div class=\"purdue-home-cta-card purdue-home-cta-card--horizontal purdue-home-cta-card-carousel--story\"\n                                    >\n                                    <div class=\"purdue-home-cta-carousel__card-image\">\n                                        <div class=\"image is-16by9\">\n                                                                                        <img decoding=\"async\" class=\"purdue-home-background-image\" alt=\"\"\n                                                src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/09\/DSB-corp-carousel-bkgd-1-1920x1080-1.jpg\" \/>\n                                                                                    <\/div>\n                                    <\/div>\n                                    <div class=\"purdue-home-cta-carousel__card-content\">\n                                                                                <div class=\"purdue-home-cta-carousel__card-tag\">\n                                            <span class=\"purdue-home-cta-carousel__cite-name\">Daniels Insights<\/span>\n                                        <\/div>\n                                                                                <div class=\"purdue-home-cta-carousel__story-wrap\">\n                                            <p class=\"purdue-home-cta-carousel__story-title\">What businesses can learn from McKinsey\u2019s 2024 Global Survey on AI <\/p>\n                                                                                        <p class=\"purdue-home-cta-carousel__story-content\">Explore the benefits of generative AI, a tool that\u2019s rapidly upgraded from a novelty to a critical component of business strategy.                                             <\/p>\n                                                                                    <\/div>\n                                        \n                                                                            <ul class=\"purdue-home-button-list\">\n                                            <li><a class=\"purdue-home-button\"\n                                                    href=\"https:\/\/business.purdue.edu\/daniels-insights\/posts\/2024\/global-survey-on-ai-adoption.php \"\n                                                    target=\"_blank\">Read Full Story<\/a><\/li>\n                                                                                    <\/ul>\n                                                                                                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"glide__slide\">\n                                <div class=\"purdue-home-cta-card purdue-home-cta-card--horizontal purdue-home-cta-card-carousel--story\"\n                                    >\n                                    <div class=\"purdue-home-cta-carousel__card-image\">\n                                        <div class=\"image is-16by9\">\n                                                                                        <img decoding=\"async\" class=\"purdue-home-background-image\" alt=\"\"\n                                                src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/09\/DSB-corp-CTA-carousel-3-1620x1080-1.jpg\" \/>\n                                                                                    <\/div>\n                                    <\/div>\n                                    <div class=\"purdue-home-cta-carousel__card-content\">\n                                                                                <div class=\"purdue-home-cta-carousel__card-tag\">\n                                            <span class=\"purdue-home-cta-carousel__cite-name\">Business News<\/span>\n                                        <\/div>\n                                                                                <div class=\"purdue-home-cta-carousel__story-wrap\">\n                                            <p class=\"purdue-home-cta-carousel__story-title\">Daniels School of Business students team up for Innovation Hackathon<\/p>\n                                                                                        <p class=\"purdue-home-cta-carousel__story-content\">Discover how two programs \u2014 Integrated Business and Engineering and Industrial Design \u2014 are designing solutions together.                                             <\/p>\n                                                                                    <\/div>\n                                        \n                                                                            <ul class=\"purdue-home-button-list\">\n                                            <li><a class=\"purdue-home-button\"\n                                                    href=\"https:\/\/business.purdue.edu\/news\/features\/2023\/ibe-id-hackathon.php \"\n                                                    target=\"_blank\">Read Full Story<\/a><\/li>\n                                                                                    <\/ul>\n                                                                                                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                        <div class=\"glide__slide\">\n                                <div class=\"purdue-home-cta-card purdue-home-cta-card--horizontal purdue-home-cta-card-carousel--story\"\n                                    >\n                                    <div class=\"purdue-home-cta-carousel__card-image\">\n                                        <div class=\"image is-16by9\">\n                                                                                        <img decoding=\"async\" class=\"purdue-home-background-image\" alt=\"\"\n                                                src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/09\/DSB-corp-CTA-carousel-1-1620x1080-1.jpg\" \/>\n                                                                                    <\/div>\n                                    <\/div>\n                                    <div class=\"purdue-home-cta-carousel__card-content\">\n                                                                                <div class=\"purdue-home-cta-carousel__card-tag\">\n                                            <span class=\"purdue-home-cta-carousel__cite-name\">Business News<\/span>\n                                        <\/div>\n                                                                                <div class=\"purdue-home-cta-carousel__story-wrap\">\n                                            <p class=\"purdue-home-cta-carousel__story-title\">Supply chain course leverages alumni support and corporate partnerships<\/p>\n                                                                                        <p class=\"purdue-home-cta-carousel__story-content\">See how experiential learning takes center stage when undergraduates enroll in Strategic Sourcing and Procurement.                                             <\/p>\n                                                                                    <\/div>\n                                        \n                                                                            <ul class=\"purdue-home-button-list\">\n                                            <li><a class=\"purdue-home-button\"\n                                                    href=\"https:\/\/business.purdue.edu\/news\/features\/2024\/supply-chain-course.php \"\n                                                    target=\"_blank\">Read Full Story<\/a><\/li>\n                                                                                    <\/ul>\n                                                                                                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                                <div class=\"slider-controls\">\n                    <button class=\"glide__arrow arrow--left\">prev<\/button>\n                    <div class=\"glide__bullets\" data-glide-el=\"controls[nav]\">\n                                                <button class=\"glide__bullet slider__bullet\" data-glide-dir=\"=0\"\n                            aria-label=\"slide 1\"><\/button>\n                                                <button class=\"glide__bullet slider__bullet\" data-glide-dir=\"=1\"\n                            aria-label=\"slide 2\"><\/button>\n                                                <button class=\"glide__bullet slider__bullet\" data-glide-dir=\"=2\"\n                            aria-label=\"slide 3\"><\/button>\n                                            <\/div>\n                    <button class=\"glide__arrow arrow--right\">next<\/button>\n                <\/div>\n            <\/div>\n                    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div  class=\"purdue-home-50-50-animated-header \">\n\n    <div class=\"section page-layout-wide page-layout-two-column\">\n\n        <div class=\"container\">\n\n            <div class=\"wp-block-columns page-layout-columns columns is-multiline is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n\n                <div class=\"wp-block-column column is-half-desktop is-full-tablet is-layout-flow wp-block-column-is-layout-flow\">\n\n                        <div class=\"image is-16by9\">\n\n                            <img decoding=\"async\" class=\"purdue-home-background-image\" alt=\"\" src=\"https:\/\/www.purdue.edu\/campaigns\/wp-content\/uploads\/2024\/10\/DSB-corp-subhead-photo-1450x800-v2.jpg\" \/>\n\n                        <\/div>\n\n                <\/div>\n\n                <div class=\"wp-block-column column is-half-desktop is-full-tablet is-full-mobile is-layout-flow wp-block-column-is-layout-flow\">\n                    \n                                            <p class=\"purdue-home-hero__subheader tagged-header tagged-header--gold\">Daniels School of BusineSS<\/p>\n                    \n                    \n                    <h2 class=\"second-level-page-heading purdue-home-cta-hero__header\">\n                                                <span class=\"purdue-home-cta-hero__header-static\">Merging business with<\/span>\n                                                <span class=\"purdue-home-cta-hero__header-animate\">\n                                                    <span class=\"purdue-home-cta-hero__header-animate-item\n                            \">engineering<\/span>\n                                                        <span class=\"purdue-home-cta-hero__header-animate-item\n                             hide\">advanced manufacturing<\/span>\n                                                        <span class=\"purdue-home-cta-hero__header-animate-item\n                             hide\">finance<\/span>\n                                                        <span class=\"purdue-home-cta-hero__header-animate-item\n                             hide\">consulting<\/span>\n                                                        <span class=\"purdue-home-cta-hero__header-animate-item\n                             hide\">technology and more!\u00a0<\/span>\n                                                    <\/span>\n                                            <\/h2>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<div  class=\"section  page-layout-wide\">\n    <div class=\"container\">\n                \n\n<div class=\"wp-block-columns page-layout-columns columns is-multiline is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column column is-full-tablet page-layout-main is-layout-flow wp-block-column-is-layout-flow\"><div  class=\"purdue-home-cta-strap \">\n    <div class=\"section has-gold-background\">\n        <div class=\"container\">\n            <p class=\"purdue-home-cta-strap__content\">Stay up to date on the latest news from Daniels School of Business partnerships.\u00a0<\/p>\n            <div class=\"purdue-home-cta-strap--wrap\">\n                                                            <a class=\"purdue-home-button purdue-home-button--black\" href=\"https:\/\/business.purdue.edu\/daniels-insights\/home.php#subscribe \"  target=\"_blank\">Subscribe to Newsletter<\/a>\n                  \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column column is-one-quarter-desktop is-full-tablet is-full-mobile page-layout-sidebar is-layout-flow wp-block-column-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":28,"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/pages\/10\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/www.purdue.edu\/campaigns\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}