{"id":25558,"date":"2021-09-22T10:06:53","date_gmt":"2021-09-22T14:06:53","guid":{"rendered":"https:\/\/heaf.org\/?page_id=25558"},"modified":"2021-11-22T14:52:45","modified_gmt":"2021-11-22T19:52:45","slug":"admissions-nomination","status":"publish","type":"page","link":"https:\/\/heaf.org\/es\/admissions-nomination\/","title":{"rendered":"Nominaci\u00f3n de admisiones"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; inner_shadow=&#8221;on&#8221; fullwidth=&#8221;on&#8221; module_class=&#8221;slider-donation&#8221; _builder_version=&#8221;4.9.2&#8243; animation_style=&#8221;fade&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_header title=&#8221;STUDENT NOMINATION FORM&#8221; _builder_version=&#8221;4.10.8&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; background_color=&#8221;#bfd3ee&#8221; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_fullwidth_header][et_pb_fullwidth_header _builder_version=&#8221;4.10.8&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(0,0,0,0)&#8221; global_colors_info=&#8221;{}&#8221;]<\/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:\/\/heaf.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:\/\/heaf.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/heaf.tfaforms.net\/uploads\/themes\/theme-21.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/heaf.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/heaf.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\"><\/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:\/\/heaf.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_16,\n                *[id^=\"tfa_16[\"] {\n                    width: 183px !important;\n                }\n                #tfa_16-D,\n                *[id^=\"tfa_16[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_18,\n                *[id^=\"tfa_18[\"] {\n                    width: 140px !important;\n                }\n                #tfa_18-D,\n                *[id^=\"tfa_18[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_20,\n                *[id^=\"tfa_20[\"] {\n                    width: 203px !important;\n                }\n                #tfa_20-D,\n                *[id^=\"tfa_20[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_33,\n                *[id^=\"tfa_33[\"] {\n                    width: 360px !important;\n                }\n                #tfa_33-D,\n                *[id^=\"tfa_33[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_35,\n                *[id^=\"tfa_35[\"] {\n                    width: 180px !important;\n                }\n                #tfa_35-D,\n                *[id^=\"tfa_35[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_51,\n                *[id^=\"tfa_51[\"] {\n                    width: 580px !important;\n                }\n                #tfa_51-D,\n                *[id^=\"tfa_51[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_51,\n                *[id^=\"tfa_51[\"] {\n                    height: 112px !important\n                }\n                #tfa_51-D,\n                *[id^=\"tfa_51[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_51-L,\n                label[id^=\"tfa_51[\"],\n                *[id^=\"tfa_51[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"5-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-5\"><style type=\"text\/css\">\n\n\t.duplicateLink{\n\t\tborder: double; solid #0000ff; padding:5px\n\t\t}\n\t.duplicateLink{\t\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\t}\n\t\t\n\t\t<\/style><\/div>\n<h3 class=\"wFormTitle\" data-testid=\"form-title\" id=\"5-T\">HEAF Nomination<\/h3>\n<form method=\"post\" action=\"https:\/\/heaf.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"5\">\n<div class=\"wfPage\" id=\"wfPgIndex-1\"><div class=\"section pageSection\" id=\"tfa_13\">\n<div class=\"htmlSection\" id=\"tfa_2\"><div class=\"htmlContent\" id=\"tfa_2-HTML\"><table style=\"width:100%\">\n  <tbody><tr>\n    <th style=\"width: 55%\"><span style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\">Thank you for your interest in nominating students for the Harlem Educational Activities Fund. Our admissions process relies on educators, school administrators, guidance counselors and community leaders to help identify potential scholars. We extend our deepest gratitude for your continued support and collaboration. <\/span><br style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\"><br style=\"align: left; color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\"><span style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\">(Nominate as many individuals as you feel are deserving. Submit additional nomination forms, if necessary)<\/span><\/th>\n    \n\t<th style=\"width: 45%\"><img decoding=\"async\" style=\"max-width: 100%;\" alt=\"HEAF Student\" src=\"\/\/heaf.tfaforms.net\/forms\/get_image\/2\/n9sP30emAV6FjhERJqqiCS4WdJaf2B3WxKtwdtrAzCvyQXg4EzJ4TnoLhP5hPoSS-IMG_7615_Blue296x333.png\"><br><\/th>\n   \n  <\/tr>\n\n<\/tbody><\/table><\/div><\/div>\n<div class=\"htmlSection\" id=\"tfa_64\"><div class=\"htmlContent\" id=\"tfa_64-HTML\"><span style=\"font-size: 14.4px;\">This nomination is for School Partners, Teachers, and Counselors.&nbsp;<\/span><span style=\"font-size: 14.4px;\">If you are an&nbsp;<\/span><span style=\"font-size: 14.4px;\">Individual, Student or Family&nbsp;<\/span><span style=\"font-size: 14.4px;\">please <a href=\"https:\/\/heaf.org\/admissions-process\/apply\/\" target=\"_blank\"><\/a><a href=\"https:\/\/heaf.org\/apply\" target=\"_blank\">click here for the Application<\/a><\/span><\/div><\/div>\n<fieldset id=\"tfa_3\" class=\"section\">\n<legend id=\"tfa_3-L\">Your Information<\/legend>\n<div id=\"tfa_6\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_4-D\">\n<label id=\"tfa_4-L\" class=\"label preField reqMark\" for=\"tfa_4\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_4\" name=\"tfa_4\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField reqMark\" for=\"tfa_5\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_10\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_7-D\">\n<label id=\"tfa_7-L\" class=\"label preField \" for=\"tfa_7\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">If applicable, your school name.<\/span><\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_7\" name=\"tfa_7\" value=\"\" title=\"If applicable, your school name.\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_9-D\">\n<label id=\"tfa_9-L\" class=\"label preField \" for=\"tfa_9\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">If applicable, your organization name.<\/span><\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_9\" name=\"tfa_9\" value=\"\" title=\"If applicable, your organization name.\" class=\"\"><\/div>\n<\/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\">Title<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_11\" name=\"tfa_11\" value=\"\" title=\"Title\" class=\"\"><\/div>\n<\/div>\n<div id=\"tfa_61\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_63-D\">\n<label id=\"tfa_63-L\" class=\"label preField \" for=\"tfa_63\">Work email<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_63\" name=\"tfa_63\" value=\"\" title=\"Work email\" class=\"validate-email\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_12-D\">\n<label id=\"tfa_12-L\" class=\"label preField \" for=\"tfa_12\">Personal email<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_12\" name=\"tfa_12\" value=\"\" title=\"Personal email\" class=\"validate-email\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_58-D\" role=\"radiogroup\" aria-labelledby=\"tfa_58-L\" data-tfa-labelledby=\"-L tfa_58-L\">\n<label id=\"tfa_58-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_58\">Preferred email:<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_58\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_59\" class=\"\" id=\"tfa_59\" name=\"tfa_58\" aria-required=\"true\" aria-labelledby=\"tfa_59-L\" data-tfa-labelledby=\"tfa_58-L tfa_59-L\" data-tfa-parent-id=\"tfa_58\"><label class=\"label postField\" id=\"tfa_59-L\" for=\"tfa_59\"><span class=\"input-radio-faux\"><\/span>Personal<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_60\" class=\"\" id=\"tfa_60\" name=\"tfa_58\" aria-required=\"true\" aria-labelledby=\"tfa_60-L\" data-tfa-labelledby=\"tfa_58-L tfa_60-L\" data-tfa-parent-id=\"tfa_58\"><label class=\"label postField\" id=\"tfa_60-L\" for=\"tfa_60\"><span class=\"input-radio-faux\"><\/span>Work<\/label><\/span><\/span><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<\/div><\/div>\n<div class=\"wfPage\" id=\"wfPgIndex-2\"><div class=\"section pageSection\" id=\"tfa_14\">\n<fieldset id=\"tfa_55\" class=\"repeat section\" data-repeatlabel=\"Nominate Another Student\">\n<legend id=\"tfa_55-L\">NOMINATION<\/legend>\n<fieldset id=\"tfa_15\" class=\"section\">\n<legend id=\"tfa_15-L\">Student Name<\/legend>\n<div id=\"tfa_21\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_16-D\">\n<label id=\"tfa_16-L\" class=\"label preField reqMark\" for=\"tfa_16\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_16\" name=\"tfa_16\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_18-D\">\n<label id=\"tfa_18-L\" class=\"label preField \" for=\"tfa_18\">Middle Name<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_18\" name=\"tfa_18\" value=\"\" title=\"Middle Name\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_20-D\">\n<label id=\"tfa_20-L\" class=\"label preField reqMark\" for=\"tfa_20\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_20\" name=\"tfa_20\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<fieldset id=\"tfa_26\" class=\"section\">\n<legend id=\"tfa_26-L\">Parent\/Legal Guardian Information<\/legend>\n<div id=\"tfa_27\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_22-D\">\n<label id=\"tfa_22-L\" class=\"label preField reqMark\" for=\"tfa_22\">Parent\/Legal Guardian's First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_22\" name=\"tfa_22\" value=\"\" title=\"Parent\/Legal Guardian's First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_24-D\">\n<label id=\"tfa_24-L\" class=\"label preField reqMark\" for=\"tfa_24\">Parent\/Guardian's Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_24\" name=\"tfa_24\" value=\"\" title=\"Parent\/Guardian's Last Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_29-D\">\n<label id=\"tfa_29-L\" class=\"label preField reqMark\" for=\"tfa_29\">Parent\/Guardian's Phone Number<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_29\" name=\"tfa_29\" value=\"\" title=\"Parent\/Guardian's Phone Number\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_31-D\">\n<label id=\"tfa_31-L\" class=\"label preField reqMark\" for=\"tfa_31\">Parent\/Guardian's Email<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_31\" name=\"tfa_31\" value=\"\" title=\"Parent\/Guardian's Email\" class=\"validate-email required\"><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<fieldset id=\"tfa_32\" class=\"section\">\n<legend id=\"tfa_32-L\">Student School Information<\/legend>\n<div id=\"tfa_43\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_33-D\">\n<label id=\"tfa_33-L\" class=\"label preField reqMark\" for=\"tfa_33\">Name of Student's School<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_33\" name=\"tfa_33\" value=\"\" title=\"Name of Student's School\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_35-D\">\n<label id=\"tfa_35-L\" class=\"label preField reqMark\" for=\"tfa_35\">Student's current grade<\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_35\" name=\"tfa_35\" title=\"Student's current grade\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_36\" id=\"tfa_36\" class=\"\">5<\/option>\n<option value=\"tfa_37\" id=\"tfa_37\" class=\"\">6<\/option>\n<option value=\"tfa_38\" id=\"tfa_38\" class=\"\">7<\/option>\n<option value=\"tfa_39\" id=\"tfa_39\" class=\"\">8<\/option>\n<option value=\"tfa_40\" id=\"tfa_40\" class=\"\">9<\/option>\n<option value=\"tfa_41\" id=\"tfa_41\" class=\"\">10<\/option>\n<option value=\"tfa_42\" id=\"tfa_42\" class=\"\">11<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_46-D\">\n<label id=\"tfa_46-L\" class=\"label preField reqMark\" for=\"tfa_46\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">Student's most recent GPA<\/span><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_46\" name=\"tfa_46\" value=\"\" title=\"Student's most recent GPA\" class=\"validate-float required\"><\/div>\n<\/div>\n<\/fieldset>\n<div class=\"oneField field-container-D    \" id=\"tfa_51-D\">\n<label id=\"tfa_51-L\" class=\"label preField reqMark\" for=\"tfa_51\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">Let us know why you are nominating this student for HEAF.<\/span><\/label><br><div class=\"inputWrapper\"><textarea aria-required=\"true\" id=\"tfa_51\" name=\"tfa_51\" title=\"Let us know why you are nominating this student for HEAF.\" class=\"required\"><\/textarea><\/div>\n<\/div>\n<\/fieldset>\n<div class=\"htmlSection\" id=\"tfa_57\"><div class=\"htmlContent\" id=\"tfa_57-HTML\"><div style=\"text-align: center;\"><b><span style=\"font-size: 14.4px; word-spacing: normal;\">To nominate another student, <\/span><span style=\"font-size: 14.4px; word-spacing: normal;\">click the link above that says&nbsp;<\/span><\/b><\/div><div style=\"text-align: center;\"><b><span style=\"font-size: 14.4px; word-spacing: normal;\">\"Nominate Another Student\".<\/span><\/b><\/div><div style=\"text-align: center;\"><span style=\"font-size: 14.4px; word-spacing: normal;\"><b>To submit all nominations, clic<\/b><\/span><span style=\"font-size: 14.4px; word-spacing: normal;\"><b>k the Submit button below.<\/b><\/span><\/div><\/div><\/div>\n<\/div><\/div>\n<div class=\"actions\" id=\"5-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=\"90-9c7aa9d23f06817f5357adae2cb75386\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"5\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"9eb9c64ab72e0b0f249bb5a47aafdedc\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775644858\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"33\" 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\"><a target=\"new\" class=\"contactInfoLink\" href=\"https:\/\/heaf.tfaforms.net\/forms\/help\/5\" data-testid=\"contact-info-link\">Contact Information<\/a><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:\/\/heaf.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"70705\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n\n<p>[\/et_pb_fullwidth_header][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<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:\/\/heaf.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:\/\/heaf.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/heaf.tfaforms.net\/uploads\/themes\/theme-21.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/heaf.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/heaf.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\"><\/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:\/\/heaf.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_16,\n                *[id^=\"tfa_16[\"] {\n                    width: 183px !important;\n                }\n                #tfa_16-D,\n                *[id^=\"tfa_16[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_18,\n                *[id^=\"tfa_18[\"] {\n                    width: 140px !important;\n                }\n                #tfa_18-D,\n                *[id^=\"tfa_18[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_20,\n                *[id^=\"tfa_20[\"] {\n                    width: 203px !important;\n                }\n                #tfa_20-D,\n                *[id^=\"tfa_20[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_33,\n                *[id^=\"tfa_33[\"] {\n                    width: 360px !important;\n                }\n                #tfa_33-D,\n                *[id^=\"tfa_33[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_35,\n                *[id^=\"tfa_35[\"] {\n                    width: 180px !important;\n                }\n                #tfa_35-D,\n                *[id^=\"tfa_35[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_51,\n                *[id^=\"tfa_51[\"] {\n                    width: 580px !important;\n                }\n                #tfa_51-D,\n                *[id^=\"tfa_51[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_51,\n                *[id^=\"tfa_51[\"] {\n                    height: 112px !important\n                }\n                #tfa_51-D,\n                *[id^=\"tfa_51[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_51-L,\n                label[id^=\"tfa_51[\"],\n                *[id^=\"tfa_51[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"5-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-5\"><style type=\"text\/css\">\n\n\t.duplicateLink{\n\t\tborder: double; solid #0000ff; padding:5px\n\t\t}\n\t.duplicateLink{\t\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\t}\n\t\t\n\t\t<\/style><\/div>\n<h3 class=\"wFormTitle\" data-testid=\"form-title\" id=\"5-T\">HEAF Nomination<\/h3>\n<form method=\"post\" action=\"https:\/\/heaf.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"5\">\n<div class=\"wfPage\" id=\"wfPgIndex-1\"><div class=\"section pageSection\" id=\"tfa_13\">\n<div class=\"htmlSection\" id=\"tfa_2\"><div class=\"htmlContent\" id=\"tfa_2-HTML\"><table style=\"width:100%\">\n  <tbody><tr>\n    <th style=\"width: 55%\"><span style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\">Thank you for your interest in nominating students for the Harlem Educational Activities Fund. Our admissions process relies on educators, school administrators, guidance counselors and community leaders to help identify potential scholars. We extend our deepest gratitude for your continued support and collaboration. <\/span><br style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\"><br style=\"align: left; color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\"><span style=\"color: rgb(32, 33, 36); font-family: Roboto, Arial, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space: pre-wrap;\">(Nominate as many individuals as you feel are deserving. Submit additional nomination forms, if necessary)<\/span><\/th>\n    \n\t<th style=\"width: 45%\"><img decoding=\"async\" style=\"max-width: 100%;\" alt=\"HEAF Student\" src=\"\/\/heaf.tfaforms.net\/forms\/get_image\/2\/n9sP30emAV6FjhERJqqiCS4WdJaf2B3WxKtwdtrAzCvyQXg4EzJ4TnoLhP5hPoSS-IMG_7615_Blue296x333.png\"><br><\/th>\n   \n  <\/tr>\n\n<\/tbody><\/table><\/div><\/div>\n<div class=\"htmlSection\" id=\"tfa_64\"><div class=\"htmlContent\" id=\"tfa_64-HTML\"><span style=\"font-size: 14.4px;\">This nomination is for School Partners, Teachers, and Counselors.&nbsp;<\/span><span style=\"font-size: 14.4px;\">If you are an&nbsp;<\/span><span style=\"font-size: 14.4px;\">Individual, Student or Family&nbsp;<\/span><span style=\"font-size: 14.4px;\">please <a href=\"https:\/\/heaf.org\/admissions-process\/apply\/\" target=\"_blank\"><\/a><a href=\"https:\/\/heaf.org\/apply\" target=\"_blank\">click here for the Application<\/a><\/span><\/div><\/div>\n<fieldset id=\"tfa_3\" class=\"section\">\n<legend id=\"tfa_3-L\">Your Information<\/legend>\n<div id=\"tfa_6\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_4-D\">\n<label id=\"tfa_4-L\" class=\"label preField reqMark\" for=\"tfa_4\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_4\" name=\"tfa_4\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField reqMark\" for=\"tfa_5\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_10\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_7-D\">\n<label id=\"tfa_7-L\" class=\"label preField \" for=\"tfa_7\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">If applicable, your school name.<\/span><\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_7\" name=\"tfa_7\" value=\"\" title=\"If applicable, your school name.\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_9-D\">\n<label id=\"tfa_9-L\" class=\"label preField \" for=\"tfa_9\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">If applicable, your organization name.<\/span><\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_9\" name=\"tfa_9\" value=\"\" title=\"If applicable, your organization name.\" class=\"\"><\/div>\n<\/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\">Title<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_11\" name=\"tfa_11\" value=\"\" title=\"Title\" class=\"\"><\/div>\n<\/div>\n<div id=\"tfa_61\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_63-D\">\n<label id=\"tfa_63-L\" class=\"label preField \" for=\"tfa_63\">Work email<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_63\" name=\"tfa_63\" value=\"\" title=\"Work email\" class=\"validate-email\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_12-D\">\n<label id=\"tfa_12-L\" class=\"label preField \" for=\"tfa_12\">Personal email<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_12\" name=\"tfa_12\" value=\"\" title=\"Personal email\" class=\"validate-email\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_58-D\" role=\"radiogroup\" aria-labelledby=\"tfa_58-L\" data-tfa-labelledby=\"-L tfa_58-L\">\n<label id=\"tfa_58-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_58\">Preferred email:<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_58\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_59\" class=\"\" id=\"tfa_59\" name=\"tfa_58\" aria-required=\"true\" aria-labelledby=\"tfa_59-L\" data-tfa-labelledby=\"tfa_58-L tfa_59-L\" data-tfa-parent-id=\"tfa_58\"><label class=\"label postField\" id=\"tfa_59-L\" for=\"tfa_59\"><span class=\"input-radio-faux\"><\/span>Personal<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_60\" class=\"\" id=\"tfa_60\" name=\"tfa_58\" aria-required=\"true\" aria-labelledby=\"tfa_60-L\" data-tfa-labelledby=\"tfa_58-L tfa_60-L\" data-tfa-parent-id=\"tfa_58\"><label class=\"label postField\" id=\"tfa_60-L\" for=\"tfa_60\"><span class=\"input-radio-faux\"><\/span>Work<\/label><\/span><\/span><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<\/div><\/div>\n<div class=\"wfPage\" id=\"wfPgIndex-2\"><div class=\"section pageSection\" id=\"tfa_14\">\n<fieldset id=\"tfa_55\" class=\"repeat section\" data-repeatlabel=\"Nominate Another Student\">\n<legend id=\"tfa_55-L\">NOMINATION<\/legend>\n<fieldset id=\"tfa_15\" class=\"section\">\n<legend id=\"tfa_15-L\">Student Name<\/legend>\n<div id=\"tfa_21\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_16-D\">\n<label id=\"tfa_16-L\" class=\"label preField reqMark\" for=\"tfa_16\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_16\" name=\"tfa_16\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_18-D\">\n<label id=\"tfa_18-L\" class=\"label preField \" for=\"tfa_18\">Middle Name<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_18\" name=\"tfa_18\" value=\"\" title=\"Middle Name\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_20-D\">\n<label id=\"tfa_20-L\" class=\"label preField reqMark\" for=\"tfa_20\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_20\" name=\"tfa_20\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<fieldset id=\"tfa_26\" class=\"section\">\n<legend id=\"tfa_26-L\">Parent\/Legal Guardian Information<\/legend>\n<div id=\"tfa_27\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_22-D\">\n<label id=\"tfa_22-L\" class=\"label preField reqMark\" for=\"tfa_22\">Parent\/Legal Guardian's First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_22\" name=\"tfa_22\" value=\"\" title=\"Parent\/Legal Guardian's First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_24-D\">\n<label id=\"tfa_24-L\" class=\"label preField reqMark\" for=\"tfa_24\">Parent\/Guardian's Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_24\" name=\"tfa_24\" value=\"\" title=\"Parent\/Guardian's Last Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_29-D\">\n<label id=\"tfa_29-L\" class=\"label preField reqMark\" for=\"tfa_29\">Parent\/Guardian's Phone Number<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_29\" name=\"tfa_29\" value=\"\" title=\"Parent\/Guardian's Phone Number\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_31-D\">\n<label id=\"tfa_31-L\" class=\"label preField reqMark\" for=\"tfa_31\">Parent\/Guardian's Email<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_31\" name=\"tfa_31\" value=\"\" title=\"Parent\/Guardian's Email\" class=\"validate-email required\"><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<fieldset id=\"tfa_32\" class=\"section\">\n<legend id=\"tfa_32-L\">Student School Information<\/legend>\n<div id=\"tfa_43\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_33-D\">\n<label id=\"tfa_33-L\" class=\"label preField reqMark\" for=\"tfa_33\">Name of Student's School<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_33\" name=\"tfa_33\" value=\"\" title=\"Name of Student's School\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_35-D\">\n<label id=\"tfa_35-L\" class=\"label preField reqMark\" for=\"tfa_35\">Student's current grade<\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_35\" name=\"tfa_35\" title=\"Student's current grade\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_36\" id=\"tfa_36\" class=\"\">5<\/option>\n<option value=\"tfa_37\" id=\"tfa_37\" class=\"\">6<\/option>\n<option value=\"tfa_38\" id=\"tfa_38\" class=\"\">7<\/option>\n<option value=\"tfa_39\" id=\"tfa_39\" class=\"\">8<\/option>\n<option value=\"tfa_40\" id=\"tfa_40\" class=\"\">9<\/option>\n<option value=\"tfa_41\" id=\"tfa_41\" class=\"\">10<\/option>\n<option value=\"tfa_42\" id=\"tfa_42\" class=\"\">11<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_46-D\">\n<label id=\"tfa_46-L\" class=\"label preField reqMark\" for=\"tfa_46\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">Student's most recent GPA<\/span><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_46\" name=\"tfa_46\" value=\"\" title=\"Student's most recent GPA\" class=\"validate-float required\"><\/div>\n<\/div>\n<\/fieldset>\n<div class=\"oneField field-container-D    \" id=\"tfa_51-D\">\n<label id=\"tfa_51-L\" class=\"label preField reqMark\" for=\"tfa_51\"><span style=\"color: rgb(32, 33, 36); font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; letter-spacing: 0.1px;\">Let us know why you are nominating this student for HEAF.<\/span><\/label><br><div class=\"inputWrapper\"><textarea aria-required=\"true\" id=\"tfa_51\" name=\"tfa_51\" title=\"Let us know why you are nominating this student for HEAF.\" class=\"required\"><\/textarea><\/div>\n<\/div>\n<\/fieldset>\n<div class=\"htmlSection\" id=\"tfa_57\"><div class=\"htmlContent\" id=\"tfa_57-HTML\"><div style=\"text-align: center;\"><b><span style=\"font-size: 14.4px; word-spacing: normal;\">To nominate another student, <\/span><span style=\"font-size: 14.4px; word-spacing: normal;\">click the link above that says&nbsp;<\/span><\/b><\/div><div style=\"text-align: center;\"><b><span style=\"font-size: 14.4px; word-spacing: normal;\">\"Nominate Another Student\".<\/span><\/b><\/div><div style=\"text-align: center;\"><span style=\"font-size: 14.4px; word-spacing: normal;\"><b>To submit all nominations, clic<\/b><\/span><span style=\"font-size: 14.4px; word-spacing: normal;\"><b>k the Submit button below.<\/b><\/span><\/div><\/div><\/div>\n<\/div><\/div>\n<div class=\"actions\" id=\"5-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=\"940-bed9d0f50998b112970a9568951dfc32\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"5\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"9eb9c64ab72e0b0f249bb5a47aafdedc\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775644858\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"33\" 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\"><a target=\"new\" class=\"contactInfoLink\" href=\"https:\/\/heaf.tfaforms.net\/forms\/help\/5\" data-testid=\"contact-info-link\">Contact Information<\/a><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:\/\/heaf.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"70705\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-25558","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Admissions Nomination - HEAF<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/heaf.org\/es\/admissions-nomination\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Admissions Nomination - HEAF\" \/>\n<meta property=\"og:url\" content=\"https:\/\/heaf.org\/es\/admissions-nomination\/\" \/>\n<meta property=\"og:site_name\" content=\"HEAF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/HEAFNYC\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-22T19:52:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"[formassembly formid=5 server=&quot;https:\/\/heaf.tfaforms.net\/&quot;]\" \/>\n<meta name=\"twitter:site\" content=\"@heafnyc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/heaf.org\\\/admissions-nomination\\\/\",\"url\":\"https:\\\/\\\/heaf.org\\\/admissions-nomination\\\/\",\"name\":\"Admissions Nomination - HEAF\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/heaf.org\\\/#website\"},\"datePublished\":\"2021-09-22T14:06:53+00:00\",\"dateModified\":\"2021-11-22T19:52:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/heaf.org\\\/admissions-nomination\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/heaf.org\\\/admissions-nomination\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/heaf.org\\\/admissions-nomination\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/heaf.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Admissions Nomination\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/heaf.org\\\/#website\",\"url\":\"https:\\\/\\\/heaf.org\\\/\",\"name\":\"HEAF\",\"description\":\"Harlem Educational Activities Fund\",\"publisher\":{\"@id\":\"https:\\\/\\\/heaf.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/heaf.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/heaf.org\\\/#organization\",\"name\":\"HEAF\",\"url\":\"https:\\\/\\\/heaf.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/heaf.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/heaf.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/HEAF-mobile-logo1.jpg\",\"contentUrl\":\"https:\\\/\\\/heaf.org\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/HEAF-mobile-logo1.jpg\",\"width\":594,\"height\":157,\"caption\":\"HEAF\"},\"image\":{\"@id\":\"https:\\\/\\\/heaf.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/HEAFNYC\",\"https:\\\/\\\/x.com\\\/heafnyc\",\"https:\\\/\\\/www.instagram.com\\\/heafnyc\",\"https:\\\/\\\/linkedin.com\\\/company\\\/heaf-inc.\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCOGiv6rIuT_-gkFE0RQfKag\\\/videos\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Admissions Nomination - HEAF","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:\/\/heaf.org\/es\/admissions-nomination\/","og_locale":"es_ES","og_type":"article","og_title":"Admissions Nomination - HEAF","og_url":"https:\/\/heaf.org\/es\/admissions-nomination\/","og_site_name":"HEAF","article_publisher":"https:\/\/www.facebook.com\/HEAFNYC","article_modified_time":"2021-11-22T19:52:45+00:00","twitter_card":"summary_large_image","twitter_description":"[formassembly formid=5 server=\"https:\/\/heaf.tfaforms.net\/\"]","twitter_site":"@heafnyc","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/heaf.org\/admissions-nomination\/","url":"https:\/\/heaf.org\/admissions-nomination\/","name":"Admissions Nomination - HEAF","isPartOf":{"@id":"https:\/\/heaf.org\/#website"},"datePublished":"2021-09-22T14:06:53+00:00","dateModified":"2021-11-22T19:52:45+00:00","breadcrumb":{"@id":"https:\/\/heaf.org\/admissions-nomination\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/heaf.org\/admissions-nomination\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/heaf.org\/admissions-nomination\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/heaf.org\/"},{"@type":"ListItem","position":2,"name":"Admissions Nomination"}]},{"@type":"WebSite","@id":"https:\/\/heaf.org\/#website","url":"https:\/\/heaf.org\/","name":"Pez","description":"Fondo de Actividades Educativas de Harlem","publisher":{"@id":"https:\/\/heaf.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/heaf.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/heaf.org\/#organization","name":"Pez","url":"https:\/\/heaf.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/heaf.org\/#\/schema\/logo\/image\/","url":"https:\/\/heaf.org\/wp-content\/uploads\/2021\/09\/HEAF-mobile-logo1.jpg","contentUrl":"https:\/\/heaf.org\/wp-content\/uploads\/2021\/09\/HEAF-mobile-logo1.jpg","width":594,"height":157,"caption":"HEAF"},"image":{"@id":"https:\/\/heaf.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HEAFNYC","https:\/\/x.com\/heafnyc","https:\/\/www.instagram.com\/heafnyc","https:\/\/linkedin.com\/company\/heaf-inc.","https:\/\/www.youtube.com\/channel\/UCOGiv6rIuT_-gkFE0RQfKag\/videos"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/pages\/25558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/comments?post=25558"}],"version-history":[{"count":10,"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/pages\/25558\/revisions"}],"predecessor-version":[{"id":28363,"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/pages\/25558\/revisions\/28363"}],"wp:attachment":[{"href":"https:\/\/heaf.org\/es\/wp-json\/wp\/v2\/media?parent=25558"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}