  {"id":100,"date":"2012-01-09T14:48:10","date_gmt":"2012-01-09T20:48:10","guid":{"rendered":"http:\/\/new.maryville.edu\/ed\/?page_id=100"},"modified":"2024-03-15T11:48:44","modified_gmt":"2024-03-15T16:48:44","slug":"educational-leadership-doctorate","status":"publish","type":"page","link":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/","title":{"rendered":"Doctor Of Education: Educational Leadership"},"content":{"rendered":"<style>.captcha { padding-bottom:0px!important;}\n.wForm .captchaHelp {display:none; margin-top:-40px!important; font-size:12px!important;}\n#google-captcha {margin-top: -35px; }\n.pp-form-holder {<br \/>\n   margin-top:15px!important;}\n.pp-form-holder {\n   margin-top:15px!important;}\n.grad-program-page #tfa_61-D, .grad-program-page #tfa_72-D {\nwidth:48%!important;\n}\n.grad-program-page #tfa_60-D, .grad-program-page #tfa_1-D {\nwidth:48%!important;\n}<\/style>\n<div class=\"grad-program-page\">\n<div class=\"show-for-medium\">\n<div class=\"header-photo-container hue-play\" style=\" height:600px; background-image: url('https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2020\/04\/maryville-campus-1.jpg'); -webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover;\">\n<!-- Form Assembly Form --><\/p>\n<div class=\"pp-form-holder\">\n<p class=\"pp-form-title\">REQUEST INFORMATION<\/p>\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:\/\/maryvilleuniversity.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:\/\/maryvilleuniversity.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=2252e8b14ed5392837dccfd958385736789f0326\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/maryvilleuniversity.tfaforms.net\/uploads\/themes\/theme-186.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/maryvilleuniversity.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=2252e8b14ed5392837dccfd958385736789f0326\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/maryvilleuniversity.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=2252e8b14ed5392837dccfd958385736789f0326\"><\/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:\/\/maryvilleuniversity.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=2252e8b14ed5392837dccfd958385736789f0326\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 500px; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_60,\n                *[id^=\"tfa_60[\"] {\n                    width: 241px !important;\n                }\n                #tfa_60-D,\n                *[id^=\"tfa_60[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_60-L,\n                label[id^=\"tfa_60[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_61,\n                *[id^=\"tfa_61[\"] {\n                    width: 241px !important;\n                }\n                #tfa_61-D,\n                *[id^=\"tfa_61[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_61-L,\n                label[id^=\"tfa_61[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_1,\n                *[id^=\"tfa_1[\"] {\n                    width: 241px !important;\n                }\n                #tfa_1-D,\n                *[id^=\"tfa_1[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_1-L,\n                label[id^=\"tfa_1[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_72,\n                *[id^=\"tfa_72[\"] {\n                    width: 241px !important;\n                }\n                #tfa_72-D,\n                *[id^=\"tfa_72[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_72-L,\n                label[id^=\"tfa_72[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_86,\n                *[id^=\"tfa_86[\"] {\n                    width: 241px !important;\n                }\n                #tfa_86-D,\n                *[id^=\"tfa_86[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_86-L,\n                label[id^=\"tfa_86[\"] {\n                    width: 101px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_68,\n                *[id^=\"tfa_68[\"] {\n                    width: 241px !important;\n                }\n                #tfa_68-D,\n                *[id^=\"tfa_68[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_68-L,\n                label[id^=\"tfa_68[\"] {\n                    width: 201px !important;\n                    min-width: 0px;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"4651859-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-4651859\"><style type=\"text\/css\">\n    #tfa_68-L,\n    *[id^=\"tfa_68-L[\"]\n   {\n        width: 100% !important;\n    }\n        \n\n    #tfa_60,\n    *[id^=\"tfa_60[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_61,\n    *[id^=\"tfa_61[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_1,\n    *[id^=\"tfa_1[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_72,\n    *[id^=\"tfa_72[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_86,\n    *[id^=\"tfa_86[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_86-L,\n    *[id^=\"tfa_86-L[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_188,\n    *[id^=\"tfa_188[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_84,\n    *[id^=\"tfa_84[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_186,\n    *[id^=\"tfa_186[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_62-L,\n    *[id^=\"tfa_62-L[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_59-L,\n    *[id^=\"tfa_59-L[\"]\n    {\n        width: 100% !important;\n    }\n<\/style><\/div>\n<form method=\"post\" action=\"https:\/\/maryvilleuniversity.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"4651859\">\n<div id=\"tfa_103\" class=\"section group\">\n<div class=\"oneField field-container-D  labelsRemoved hintsBelow \" id=\"tfa_60-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_60\" name=\"tfa_60\" value=\"\" placeholder=\"First Name*\" title=\"First Name\" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved hintsBelow \" id=\"tfa_61-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_61\" name=\"tfa_61\" value=\"\" placeholder=\"Last Name*\" title=\"Last Name \" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_1-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1\" name=\"tfa_1\" value=\"\" placeholder=\"Email*\" title=\"Email\" class=\"validate-email required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_72-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_72\" name=\"tfa_72\" value=\"\" placeholder=\"Mobile*\" maskMaxLength=\"10\" autoformat=\"(###) ###-####\" title=\"Mobile Phone\" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D   hintsTooltip \" id=\"tfa_86-D\">\n<label id=\"tfa_86-L\" class=\"label preField reqMark\" for=\"tfa_86\"><b>OK to text?<\/b><\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_86\" name=\"tfa_86\" title=\"OK to text?\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_90\" id=\"tfa_90\" class=\"\">Yes<\/option>\n<option value=\"tfa_91\" id=\"tfa_91\" class=\"\">No<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_68-D\">\n<label id=\"tfa_68-L\" class=\"label preField \" for=\"tfa_68\"><b>Please Select a Program<\/b><\/label><br><div class=\"inputWrapper\"><select id=\"tfa_68\" name=\"tfa_68\" title=\"Please Select a Program\" class=\"\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_104\" id=\"tfa_104\" class=\"\">Educational Leadership<\/option>\n<option value=\"tfa_105\" id=\"tfa_105\" class=\"\">Master of Arts in Educational Leadership with Principal Certification<\/option>\n<option value=\"tfa_106\" id=\"tfa_106\" class=\"\">Principal Bridge to Doctorate in Educational Leadership<\/option>\n<option value=\"tfa_107\" id=\"tfa_107\" class=\"\">Teacher Leadership<\/option>\n<option value=\"tfa_108\" id=\"tfa_108\" class=\"\">Actuarial_Science<\/option>\n<option value=\"tfa_109\" id=\"tfa_109\" class=\"\">Data_Science<\/option>\n<option value=\"tfa_110\" id=\"tfa_110\" class=\"\" selected>ED_Education_Leadership<\/option>\n<option value=\"tfa_111\" id=\"tfa_111\" class=\"\">Higher_Ed_Leadership<\/option>\n<option value=\"tfa_112\" id=\"tfa_112\" class=\"\">MA_Education<\/option>\n<option value=\"tfa_113\" id=\"tfa_113\" class=\"\">MA_Education_EMS_Cert<\/option>\n<option value=\"tfa_114\" id=\"tfa_114\" class=\"\">MA_Education_GE_Cert<\/option>\n<option value=\"tfa_115\" id=\"tfa_115\" class=\"\">MA_Education_Leadership<\/option>\n<option value=\"tfa_116\" id=\"tfa_116\" class=\"\">MA_Education_RL_Cert<\/option>\n<option value=\"tfa_117\" id=\"tfa_117\" class=\"\">MBA<\/option>\n<option value=\"tfa_118\" id=\"tfa_118\" class=\"\">ML<\/option>\n<option value=\"tfa_119\" id=\"tfa_119\" class=\"\">MOT<\/option>\n<option value=\"tfa_120\" id=\"tfa_120\" class=\"\">MSN<\/option>\n<option value=\"tfa_121\" id=\"tfa_121\" class=\"\">Music_Therapy<\/option>\n<option value=\"tfa_122\" id=\"tfa_122\" class=\"\">Principal_Bridge<\/option>\n<option value=\"tfa_123\" id=\"tfa_123\" class=\"\">Rehab_Counseling<\/option>\n<option value=\"tfa_124\" id=\"tfa_124\" class=\"\">SLP<\/option>\n<option value=\"tfa_125\" id=\"tfa_125\" class=\"\">Strat_Comm<\/option>\n<option value=\"tfa_126\" id=\"tfa_126\" class=\"\">Teacher_Leadership<\/option><\/select><\/div>\n<\/div>\n<div class=\"actions\" id=\"4651859-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\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"576-8c85cdd9b1918a6ef2197b54f48cb358\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"4651859\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"e2d3cb45a25241d30418dc5cafea4991\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775405560\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"31\" 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:\/\/maryvilleuniversity.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"24940\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n<\/div>\n<p><!-- End form --><\/p>\n<\/div>\n<\/div>\n<div class=\"grid-container\">\n<h1>Doctor of Education &#8211; Educational Leadership<\/h1>\n<div class=\"spacer-bottom\">\n91制片厂\u2019s Doctor of Education program is designed for individuals currently working in the field, who have earned a master\u2019s degree and obtained initial licensure for principal. These individuals should also have full-time classroom teaching experience. Maryville\u2019s innovative program provides personal mentoring from dedicated faculty-practitioners, incorporating elements of business, political, and social leadership throughout the program. It is designed to provide leaders with a deep understanding of leadership, who are capable of initiating and sustaining positive change, and who are reflective learners with skills to gather information in a democratic environment. <\/div>\n<p>&nbsp;<\/p>\n<div class=\"grid-container\">\n<div class=\"grid-x grid-margin-x grid-margin-y\">\n<div class=\"large-8 cell\">\n<script src=\"https:\/\/fast.wistia.com\/embed\/medias\/72f6p28ui5.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><\/p>\n<div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\">\n<div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\">\n<div class=\"wistia_embed wistia_async_72f6p28ui5 videoFoam=true\" style=\"height:100%;width:100%\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"large-4 cell\">\n<div class=\"close-buttons\"><div class=\"grid-x grid-margin-x large-up-1 medium-up-3 small-up-1\" data-equalizer=\"actions\">\n<div class=\"cell\"><a class=\"button expand\" href=\"\/request-information-grad\/.?tfa_68=ED_Education_Leadership\"  data-equalizer-watch=\"actions\">Request Information<\/a><\/div>\n<div class=\"cell\"><a class=\"button expand\" href=\"\/about\/engage\/\" data-equalizer-watch=\"actions\">Visit Campus<\/a><\/div>\n<div class=\"cell\"><a class=\"button expand\" href=\"\/admissions\/apply\/\" data-equalizer-watch=\"actions\">Apply Now<\/a><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2>Why Choose Educational Leadership &#8211; Doctorate At 91制片厂<\/h2>\n<div class=\"grid-x grid-margin-x small-up-1 medium-up-4 large-up-4\" data-equalizer=\"why-btns\">\n<div class=\"cell\"><a class=\"button text-center expand grid-btn-vertical-align\" href=\"\/ed\/graduate-programs\/educational-leadership-doctorate\/program-features\/\" data-equalizer-watch=\"why-btns\">Program Features<\/a><\/div>\n<div class=\"cell\"><a class=\"button text-center expand grid-btn-vertical-align\" href=\"\/ed\/faculty-listing\/\" data-equalizer-watch=\"why-btns\">Faculty<\/a><\/div>\n<div class=\"cell\"><a class=\"button text-center expand grid-btn-vertical-align\" href=\"\/saintlouis\" data-equalizer-watch=\"why-btns\">St. Louis<\/a><\/div>\n<div class=\"cell\"><a class=\"button text-center expand grid-btn-vertical-align\" href=\"\/ed\/graduate-programs\/educational-leadership-doctorate\/careers\/\" data-equalizer-watch=\"why-btns\">Careers<\/a><\/div>\n<\/div>\n<div class=\"hide-for-small-only\">Throughout your studies at Maryville, you can expect a student-centered, academically rigorous and market-relevant education focused on your personal and career and goals.\n\t\t\t<ul class=\"bullets\">\n\t\t\t\t<li>Expert faculty members are passionate about mentoring and helping each student identify a strong career path.<\/li>\n\t\t\t\t<li>Professional connections are emphasized in learning experiences both inside and outside the classroom.<\/li>\n\t\t\t\t<li>We are committed to a technology-forward learning environment.<\/li>\n\t\t\t\t<li>Maryville continually updates curriculums with input from business and professional leaders to keep pace with the needs of employers.<\/li>\n\t\t\t<\/ul>\n\t\t\t<\/div>\n<h2 class=\"small-spacer-reset\">Resources<\/h2>\n<div class=\"close-buttons\">\n<div class=\"grid-x grid-margin-x small-up-1 medium-up-2 large-up-3\" data-equalizer=\"resource\">\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\"  data-equalizer-watch=\"resource\" href=\"https:\/\/catalog.maryville.edu\/content.php?catoid=23&#038;navoid=1972#soe\"><span class=\"button-text-centered\">Admission Requirements<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\"  data-equalizer-watch=\"resource\" href=\"https:\/\/catalog.maryville.edu\/content.php?filter%5B27%5D=EDL&#038;filter%5B29%5D=&#038;filter%5Bcourse_type%5D=-1&#038;filter%5Bkeyword%5D=&#038;filter%5B32%5D=1&#038;filter%5Bcpage%5D=1&#038;cur_cat_oid=23&#038;expand=&#038;navoid=2024&#038;search_database=Filter#acalog_template_course_filter\"><span class=\"button-text-centered\">Course Descriptions<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\"  data-equalizer-watch=\"resource\" href=\"\/ed\/wp-content\/uploads\/sites\/11\/2012\/01\/EDD-FALL-COHORTS-SEQUENCE-OF-COURSES-Start-fall-2017docx.pdf\"><span class=\"button-text-centered\">Degree Planning Sheet &#8211; Fall Cohorts Sequence<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\"  data-equalizer-watch=\"resource\" href=\"\/ed\/wp-content\/uploads\/sites\/11\/2012\/01\/EDD-SPRING-COHORTS-SEQUENCE-OF-COURSES-Start-Spring-2018.pdf\"><span class=\"button-text-centered\">Degree Planning Sheet &#8211; Starting with Spring Cohorts Sequence<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\" data-equalizer-watch=\"resource\" href=\"https:\/\/www.maryville.edu\/admissions\/financial-aid\/\"><span class=\"button-text-centered\">Financial Aid<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\"  data-equalizer-watch=\"resource\" href=\"https:\/\/www.maryville.edu\/admissions\/graduate-tuition-and-fees\/\"><span class=\"button-text-centered\">Tuition<\/span><\/a><\/div>\n<div class=\"cell\"><a class=\"button button-style-5 text-center expand  centering-block\" data-equalizer-watch=\"resource\" href=\"\/academics\/accreditation\/\"><span class=\"button-text-centered\">Accreditation<\/span><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"sharing-default-minimal post-bottom\"><div class=\"nectar-social default\" data-position=\"\" data-rm-love=\"0\" data-color-override=\"override\"><div class=\"nectar-social-inner\"><a href=\"#\" class=\"nectar-love\" id=\"nectar-love-100\" title=\"Love this\"> <i class=\"icon-salient-heart-2\"><\/i><span class=\"love-text\">Love<\/span><span class=\"total_loves\"><span class=\"nectar-love-count\">0<\/span><\/span><\/a><a class='facebook-share nectar-sharing' href="#" title='Share this'> <i class='fa fa-facebook'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='twitter-share nectar-sharing' href="#" title='Share this'> <i class='fa icon-salient-x-twitter'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='linkedin-share nectar-sharing' href="#" title='Share this'> <i class='fa fa-linkedin'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='pinterest-share nectar-sharing' href="#" title='Pin this'> <i class='fa fa-pinterest'><\/i> <span class='social-text'>Pin<\/span> <\/a><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>REQUEST INFORMATION Doctor of Education &#8211; Educational Leadership 91制片厂\u2019s Doctor of Education program is designed for individuals currently working in the field, who have earned a master\u2019s degree and obtained initial licensure for principal. These individuals should also have full-time classroom teaching experience. Maryville\u2019s innovative program provides personal mentoring from dedicated faculty-practitioners, incorporating elements<a class=\"moretag\" href=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\">&#8230; read more<\/a><\/p>\n","protected":false},"author":95,"featured_media":0,"parent":13,"menu_order":90,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-100","page","type-page","status-publish","hentry","odd"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Doctor of Education - Educational Leadership | 91制片厂<\/title>\n<meta name=\"description\" content=\"Maryville&#039;s Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Doctor Of Education: Educational Leadership\" \/>\n<meta property=\"og:description\" content=\"Maryville&#039;s Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\" \/>\n<meta property=\"og:site_name\" content=\"School of Education\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-15T16:48:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\",\"url\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\",\"name\":\"Doctor of Education - Educational Leadership | 91制片厂\",\"isPartOf\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/#website\"},\"datePublished\":\"2012-01-09T20:48:10+00:00\",\"dateModified\":\"2024-03-15T16:48:44+00:00\",\"description\":\"Maryville's Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.maryville.edu\/ed\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Graduate Education Programs\",\"item\":\"\/ed\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Doctor Of Education: Educational Leadership\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/#website\",\"url\":\"https:\/\/www.maryville.edu\/ed\/\",\"name\":\"School of Education\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.maryville.edu\/ed\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Doctor of Education - Educational Leadership | 91制片厂","description":"Maryville's Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/","og_locale":"en_US","og_type":"article","og_title":"Doctor Of Education: Educational Leadership","og_description":"Maryville's Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.","og_url":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/","og_site_name":"School of Education","article_modified_time":"2024-03-15T16:48:44+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/","url":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/","name":"Doctor of Education - Educational Leadership | 91制片厂","isPartOf":{"@id":"https:\/\/www.maryville.edu\/ed\/#website"},"datePublished":"2012-01-09T20:48:10+00:00","dateModified":"2024-03-15T16:48:44+00:00","description":"Maryville's Doctor of Education leadership program is designed for individuals who have earned a master\u2019s and obtained initial licensure for principal.","breadcrumb":{"@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-doctorate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.maryville.edu\/ed\/"},{"@type":"ListItem","position":2,"name":"Graduate Education Programs","item":"\/ed\/"},{"@type":"ListItem","position":3,"name":"Doctor Of Education: Educational Leadership"}]},{"@type":"WebSite","@id":"https:\/\/www.maryville.edu\/ed\/#website","url":"https:\/\/www.maryville.edu\/ed\/","name":"School of Education","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.maryville.edu\/ed\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":42,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/100\/revisions"}],"predecessor-version":[{"id":3599,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/100\/revisions\/3599"}],"up":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/13"}],"wp:attachment":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/media?parent=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}