{"id":16256,"date":"2022-04-04T22:04:44","date_gmt":"2022-04-04T22:04:44","guid":{"rendered":"https:\/\/madd.org\/?page_id=16256"},"modified":"2023-06-22T19:10:07","modified_gmt":"2023-06-22T19:10:07","slug":"volunteer-agreement","status":"publish","type":"page","link":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/","title":{"rendered":"Volunteer"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16256\" class=\"elementor elementor-16256\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fe33d78 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"fe33d78\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2cc658e\" data-id=\"2cc658e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ede85fb elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ede85fb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Volunteer Agreement<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9ef10ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9ef10ac\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-818ef8b\" data-id=\"818ef8b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a263e1e volunteer-form elementor-widget elementor-widget-shortcode\" data-id=\"a263e1e\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><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:\/\/www.tfaforms.com\/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                                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                            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:\/\/www.tfaforms.com\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=1735879806\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/www.tfaforms.com\/uploads\/themes\/theme-99456.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/www.tfaforms.com\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=1735879806\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/wforms.js?v=1735879806\"><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.tfaforms.com\/css\/kalendae.css\" \/>\n\t<script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/js\/kalendae\/kalendae.standalone.min.js\" ><\/script>\n\t<script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/wforms_calendar.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/localization-en_US.js?v=1735879806\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_1,\n                *[id^=\"tfa_1[\"] {\n                    width: 222px !important;\n                }\n                #tfa_1-D,\n                *[id^=\"tfa_1[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_2,\n                *[id^=\"tfa_2[\"] {\n                    width: 200px !important;\n                }\n                #tfa_2-D,\n                *[id^=\"tfa_2[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_4,\n                *[id^=\"tfa_4[\"] {\n                    width: 286px !important;\n                }\n                #tfa_4-D,\n                *[id^=\"tfa_4[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_5,\n                *[id^=\"tfa_5[\"] {\n                    width: 241px !important;\n                }\n                #tfa_5-D,\n                *[id^=\"tfa_5[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_5-L,\n                label[id^=\"tfa_5[\"] {\n                    width: 62px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_65,\n                *[id^=\"tfa_65[\"] {\n                    width: 161px !important;\n                }\n                #tfa_65-D,\n                *[id^=\"tfa_65[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_1014,\n                *[id^=\"tfa_1014[\"] {\n                    width: 115px !important;\n                }\n                #tfa_1014-D,\n                *[id^=\"tfa_1014[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_1014-L,\n                label[id^=\"tfa_1014[\"] {\n                    width: 75px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_869,\n                *[id^=\"tfa_869[\"] {\n                    width: 170px !important;\n                }\n                #tfa_869-D,\n                *[id^=\"tfa_869[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_1027,\n                *[id^=\"tfa_1027[\"] {\n                    width: 374px !important;\n                }\n                #tfa_1027-D,\n                *[id^=\"tfa_1027[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_878-L,\n                label[id^=\"tfa_878[\"] {\n                    width: 611px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_898,\n                *[id^=\"tfa_898[\"] {\n                    width: 170px !important;\n                }\n                #tfa_898-D,\n                *[id^=\"tfa_898[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_898-L,\n                label[id^=\"tfa_898[\"] {\n                    width: 191px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_899,\n                *[id^=\"tfa_899[\"] {\n                    width: 211px !important;\n                }\n                #tfa_899-D,\n                *[id^=\"tfa_899[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_904,\n                *[id^=\"tfa_904[\"] {\n                    width: 140px !important;\n                }\n                #tfa_904-D,\n                *[id^=\"tfa_904[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_906,\n                *[id^=\"tfa_906[\"] {\n                    width: 151px !important;\n                }\n                #tfa_906-D,\n                *[id^=\"tfa_906[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_906-L,\n                label[id^=\"tfa_906[\"] {\n                    width: 111px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_1034,\n                *[id^=\"tfa_1034[\"] {\n                    width: 202px !important;\n                }\n                #tfa_1034-D,\n                *[id^=\"tfa_1034[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"4695512-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-4695512\"><\/div>\n<h3 class=\"wFormTitle\" data-testid=\"form-title\" id=\"4695512-T\">Volunteer Agreement<\/h3>\n<form method=\"post\" action=\"https:\/\/www.tfaforms.com\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"4695512\">\n<div class=\"wfPage\" id=\"wfPgIndex-1\"><div class=\"section pageSection\" id=\"tfa_1016\">\n<fieldset id=\"tfa_870\" class=\"section\">\n<legend id=\"tfa_870-L\">Personal Information<\/legend>\n<div id=\"tfa_871\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_1-D\">\n<label id=\"tfa_1-L\" class=\"label preField reqMark\" for=\"tfa_1\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1\" name=\"tfa_1\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2-D\">\n<label id=\"tfa_2-L\" class=\"label preField reqMark\" for=\"tfa_2\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_2\" name=\"tfa_2\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_872\" 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\">Street Address<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_4\" name=\"tfa_4\" value=\"\" title=\"Street Address\" 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\">City<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"City\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_1010\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_958-D\">\n<label id=\"tfa_958-L\" class=\"label preField reqMark\" for=\"tfa_958\">State<\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_958\" name=\"tfa_958\" title=\"State\" class=\"calc-states required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_960\" id=\"tfa_960\" class=\"calcval-AK\">AK<\/option>\n<option value=\"tfa_959\" id=\"tfa_959\" class=\"calcval-AL\">AL<\/option>\n<option value=\"tfa_962\" id=\"tfa_962\" class=\"calcval-AR\">AR<\/option>\n<option value=\"tfa_961\" id=\"tfa_961\" class=\"calcval-AZ\">AZ<\/option>\n<option value=\"tfa_963\" id=\"tfa_963\" class=\"calcval-CA\">CA<\/option>\n<option value=\"tfa_964\" id=\"tfa_964\" class=\"calcval-CO\">CO<\/option>\n<option value=\"tfa_965\" id=\"tfa_965\" class=\"calcval-CT\">CT<\/option>\n<option value=\"tfa_967\" id=\"tfa_967\" class=\"calcval-DC\">DC<\/option>\n<option value=\"tfa_966\" id=\"tfa_966\" class=\"calcval-DE\">DE<\/option>\n<option value=\"tfa_968\" id=\"tfa_968\" class=\"calcval-FL\">FL<\/option>\n<option value=\"tfa_969\" id=\"tfa_969\" class=\"calcval-GA\">GA<\/option>\n<option value=\"tfa_970\" id=\"tfa_970\" class=\"calcval-HI\">HI<\/option>\n<option value=\"tfa_974\" id=\"tfa_974\" class=\"calcval-IA\">IA<\/option>\n<option value=\"tfa_971\" id=\"tfa_971\" class=\"calcval-ID\">ID<\/option>\n<option value=\"tfa_972\" id=\"tfa_972\" class=\"calcval-IL\">IL<\/option>\n<option value=\"tfa_973\" id=\"tfa_973\" class=\"calcval-IN\">IN<\/option>\n<option value=\"tfa_975\" id=\"tfa_975\" class=\"calcval-KS\">KS<\/option>\n<option value=\"tfa_976\" id=\"tfa_976\" class=\"calcval-KY\">KY<\/option>\n<option value=\"tfa_977\" id=\"tfa_977\" class=\"calcval-LA\">LA<\/option>\n<option value=\"tfa_980\" id=\"tfa_980\" class=\"calcval-MA\">MA<\/option>\n<option value=\"tfa_979\" id=\"tfa_979\" class=\"calcval-MD\">MD<\/option>\n<option value=\"tfa_978\" id=\"tfa_978\" class=\"calcval-ME\">ME<\/option>\n<option value=\"tfa_981\" id=\"tfa_981\" class=\"calcval-MI\">MI<\/option>\n<option value=\"tfa_982\" id=\"tfa_982\" class=\"calcval-MN\">MN<\/option>\n<option value=\"tfa_984\" id=\"tfa_984\" class=\"calcval-MO\">MO<\/option>\n<option value=\"tfa_983\" id=\"tfa_983\" class=\"calcval-MS\">MS<\/option>\n<option value=\"tfa_985\" id=\"tfa_985\" class=\"calcval-MT\">MT<\/option>\n<option value=\"tfa_992\" id=\"tfa_992\" class=\"calcval-NC\">NC<\/option>\n<option value=\"tfa_993\" id=\"tfa_993\" class=\"calcval-ND\">ND<\/option>\n<option value=\"tfa_986\" id=\"tfa_986\" class=\"calcval-NE\">NE<\/option>\n<option value=\"tfa_988\" id=\"tfa_988\" class=\"calcval-NH\">NH<\/option>\n<option value=\"tfa_989\" id=\"tfa_989\" class=\"calcval-NJ\">NJ<\/option>\n<option value=\"tfa_990\" id=\"tfa_990\" class=\"calcval-NM\">NM<\/option>\n<option value=\"tfa_987\" id=\"tfa_987\" class=\"calcval-NV\">NV<\/option>\n<option value=\"tfa_991\" id=\"tfa_991\" class=\"calcval-NY\">NY<\/option>\n<option value=\"tfa_994\" id=\"tfa_994\" class=\"calcval-OH\">OH<\/option>\n<option value=\"tfa_995\" id=\"tfa_995\" class=\"calcval-OK\">OK<\/option>\n<option value=\"tfa_996\" id=\"tfa_996\" class=\"calcval-OR\">OR<\/option>\n<option value=\"tfa_997\" id=\"tfa_997\" class=\"calcval-PA\">PA<\/option>\n<option value=\"tfa_1033\" id=\"tfa_1033\" class=\"\">PR<\/option>\n<option value=\"tfa_998\" id=\"tfa_998\" class=\"calcval-RI\">RI<\/option>\n<option value=\"tfa_999\" id=\"tfa_999\" class=\"calcval-SC\">SC<\/option>\n<option value=\"tfa_1000\" id=\"tfa_1000\" class=\"calcval-SD\">SD<\/option>\n<option value=\"tfa_1001\" id=\"tfa_1001\" class=\"calcval-TN\">TN<\/option>\n<option value=\"tfa_1002\" id=\"tfa_1002\" class=\"calcval-TX\">TX<\/option>\n<option value=\"tfa_1003\" id=\"tfa_1003\" class=\"calcval-UT\">UT<\/option>\n<option value=\"tfa_1005\" id=\"tfa_1005\" class=\"calcval-VA\">VA<\/option>\n<option value=\"tfa_1004\" id=\"tfa_1004\" class=\"calcval-VT\">VT<\/option>\n<option value=\"tfa_1006\" id=\"tfa_1006\" class=\"calcval-WA\">WA<\/option>\n<option value=\"tfa_1008\" id=\"tfa_1008\" class=\"calcval-WI\">WI<\/option>\n<option value=\"tfa_1007\" id=\"tfa_1007\" class=\"calcval-WV\">WV<\/option>\n<option value=\"tfa_1009\" id=\"tfa_1009\" class=\"calcval-WY\">WY<\/option><\/select><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_65-D\">\n<label id=\"tfa_65-L\" class=\"label preField reqMark\" for=\"tfa_65\">Zip Code<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_65\" name=\"tfa_65\" value=\"\" title=\"Zip Code\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_1015\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_66-D\">\n<label id=\"tfa_66-L\" class=\"label preField reqMark\" for=\"tfa_66\">Email address<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_66\" name=\"tfa_66\" value=\"\" title=\"Email address\" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1014-D\">\n<label id=\"tfa_1014-L\" class=\"label preField reqMark\" for=\"tfa_1014\">Phone<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1014\" name=\"tfa_1014\" value=\"\" placeholder=\"###-###-####\" title=\"Phone\" class=\"validate-custom \/^([\\(]{1}[0-9]{3}[\\)]{1}[\\.| |\\-]{0,1}|^[0-9]{3}[\\.|\\-| ]?)?[0-9]{3}(\\.|\\-| )?[0-9]{4}$\/ required\"><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D   hintsSide \" id=\"tfa_869-D\">\n<label id=\"tfa_869-L\" class=\"label preField reqMark\" for=\"tfa_869\">Birthdate<\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_869\" name=\"tfa_869\" value=\"\" autocomplete=\"off\" aria-describedby=\"tfa_869-HH\" title=\"Birthdate\" class=\"validate-datecal required\"><span class=\"field-hint-inactive\" id=\"tfa_869-H\"><span id=\"tfa_869-HH\" class=\"hint\">format: 12\/15\/1977<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1011-D\" role=\"radiogroup\" aria-labelledby=\"tfa_1011-L\" data-tfa-labelledby=\"-L tfa_1011-L\">\n<label id=\"tfa_1011-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_1011\">Are you under 18 years old?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_1011\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_1012\" class=\"\" id=\"tfa_1012\" name=\"tfa_1011\" aria-required=\"true\" data-conditionals=\"#tfa_874,#tfa_875,#tfa_1027\" aria-labelledby=\"tfa_1012-L\" data-tfa-labelledby=\"tfa_1011-L tfa_1012-L\" data-tfa-parent-id=\"tfa_1011\"><label class=\"label postField\" id=\"tfa_1012-L\" for=\"tfa_1012\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_1013\" class=\"\" id=\"tfa_1013\" name=\"tfa_1011\" aria-required=\"true\" aria-labelledby=\"tfa_1013-L\" data-tfa-labelledby=\"tfa_1011-L tfa_1013-L\" data-tfa-parent-id=\"tfa_1011\"><label class=\"label postField\" id=\"tfa_1013-L\" for=\"tfa_1013\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div id=\"tfa_876\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_874-D\">\n<label id=\"tfa_874-L\" class=\"label preField reqMark\" for=\"tfa_874\">Parent\/Guardian Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_874\" name=\"tfa_874\" value=\"\" data-condition=\"`#tfa_1012`\" title=\"Parent\/Guardian Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_875-D\">\n<label id=\"tfa_875-L\" class=\"label preField reqMark\" for=\"tfa_875\">Parent\/Guardian Phone<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_875\" name=\"tfa_875\" value=\"\" data-condition=\"`#tfa_1012`\" title=\"Parent\/Guardian Phone\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1027-D\">\n<label id=\"tfa_1027-L\" class=\"label preField reqMark\" for=\"tfa_1027\">Parent\/Guardian Email address<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1027\" name=\"tfa_1027\" value=\"\" data-condition=\"`#tfa_1012`\" title=\"Parent\/Guardian Email address\" class=\"validate-email required\"><\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<div id=\"tfa_1041\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_878-D\" role=\"radiogroup\" aria-labelledby=\"tfa_878-L\" data-tfa-labelledby=\"-L tfa_878-L\">\n<label id=\"tfa_878-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_878\">Are you currently charged with a DUI\/DWI offense?&nbsp;<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_878\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_879\" class=\"\" id=\"tfa_879\" name=\"tfa_878\" aria-required=\"true\" data-conditionals=\"#tfa_1040\" aria-labelledby=\"tfa_879-L\" data-tfa-labelledby=\"tfa_878-L tfa_879-L\" data-tfa-parent-id=\"tfa_878\"><label class=\"label postField\" id=\"tfa_879-L\" for=\"tfa_879\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_880\" class=\"\" id=\"tfa_880\" name=\"tfa_878\" aria-required=\"true\" aria-labelledby=\"tfa_880-L\" data-tfa-labelledby=\"tfa_878-L tfa_880-L\" data-tfa-parent-id=\"tfa_878\"><label class=\"label postField\" id=\"tfa_880-L\" for=\"tfa_880\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<fieldset id=\"tfa_1040\" class=\"section\" data-condition=\"`#tfa_879`\"><div class=\"htmlSection\" id=\"tfa_1038\"><div class=\"htmlContent\" id=\"tfa_1038-HTML\"><b><br>Out of respect for the victims and families we serve, we do not accept those interested in volunteering who are currently involved in ongoing impaired driving offenses.&nbsp; Upon the resolution of your case please reach out to your local MADD office about potential volunteer opportunities.<\/b><\/div><\/div><\/fieldset>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_885-D\" role=\"radiogroup\" aria-labelledby=\"tfa_885-L\" data-tfa-labelledby=\"-L tfa_885-L\">\n<label id=\"tfa_885-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_885\"><span style=\"font-size: 13.6px;\">Have you ever been convicted of a DUI\/DWI or state equivalent offense? (A conviction does not necessarily preclude a person from becoming a MADD volunteer.)<\/span><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_885\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_886\" class=\"\" id=\"tfa_886\" name=\"tfa_885\" aria-required=\"true\" aria-labelledby=\"tfa_886-L\" data-tfa-labelledby=\"tfa_885-L tfa_886-L\" data-tfa-parent-id=\"tfa_885\"><label class=\"label postField\" id=\"tfa_886-L\" for=\"tfa_886\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_887\" class=\"\" id=\"tfa_887\" name=\"tfa_885\" aria-required=\"true\" aria-labelledby=\"tfa_887-L\" data-tfa-labelledby=\"tfa_885-L tfa_887-L\" data-tfa-parent-id=\"tfa_885\"><label class=\"label postField\" id=\"tfa_887-L\" for=\"tfa_887\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_889-D\" role=\"radiogroup\" aria-labelledby=\"tfa_889-L\" data-tfa-labelledby=\"-L tfa_889-L\">\n<label id=\"tfa_889-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_889\">Are you fulfilling Community Service hours?<\/label><div class=\"inputWrapper\"><span id=\"tfa_889\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_890\" class=\"\" id=\"tfa_890\" name=\"tfa_889\" aria-required=\"true\" aria-labelledby=\"tfa_890-L\" data-tfa-labelledby=\"tfa_889-L tfa_890-L\" data-tfa-parent-id=\"tfa_889\"><label class=\"label postField\" id=\"tfa_890-L\" for=\"tfa_890\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_891\" class=\"\" id=\"tfa_891\" name=\"tfa_889\" aria-required=\"true\" aria-labelledby=\"tfa_891-L\" data-tfa-labelledby=\"tfa_889-L tfa_891-L\" data-tfa-parent-id=\"tfa_889\"><label class=\"label postField\" id=\"tfa_891-L\" for=\"tfa_891\"><span class=\"input-radio-faux\"><\/span>Yes, Court Ordered (<span style=\"color: rgb(23, 43, 77); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 14px;\">mandatory community service required by a court or judge as the result of a conviction, not the suggestion of legal counsel)<\/span><\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_892\" class=\"\" id=\"tfa_892\" name=\"tfa_889\" aria-required=\"true\" aria-labelledby=\"tfa_892-L\" data-tfa-labelledby=\"tfa_889-L tfa_892-L\" data-tfa-parent-id=\"tfa_889\"><label class=\"label postField\" id=\"tfa_892-L\" for=\"tfa_892\"><span class=\"input-radio-faux\"><\/span>Yes, Service Learning (<span style=\"color: rgb(23, 43, 77); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 14px;\">assigned by an institution (high school, college, workplace, &nbsp;or other organization) to relate to course material or teach about a specific topic)<\/span><\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_893-D\" role=\"radiogroup\" aria-labelledby=\"tfa_893-L\" data-tfa-labelledby=\"-L tfa_893-L\">\n<label id=\"tfa_893-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_893\">How did you hear about us?<\/label><br><div class=\"inputWrapper\"><table id=\"tfa_893\" class=\"choices columns2 required\">\n<tr>\n<td><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_894\" class=\"\" id=\"tfa_894\" name=\"tfa_893\" aria-required=\"true\" aria-labelledby=\"tfa_894-L\" data-tfa-labelledby=\"tfa_893-L tfa_894-L\" data-tfa-parent-id=\"tfa_893\"><label class=\"label postField\" id=\"tfa_894-L\" for=\"tfa_894\"><span class=\"input-radio-faux\"><\/span>Social Media<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_895\" class=\"\" id=\"tfa_895\" name=\"tfa_893\" aria-required=\"true\" aria-labelledby=\"tfa_895-L\" data-tfa-labelledby=\"tfa_893-L tfa_895-L\" data-tfa-parent-id=\"tfa_893\"><label class=\"label postField\" id=\"tfa_895-L\" for=\"tfa_895\"><span class=\"input-radio-faux\"><\/span>Friend \/ Family<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_896\" class=\"\" id=\"tfa_896\" name=\"tfa_893\" aria-required=\"true\" data-conditionals=\"#tfa_898,#tfa_900\" aria-labelledby=\"tfa_896-L\" data-tfa-labelledby=\"tfa_893-L tfa_896-L\" data-tfa-parent-id=\"tfa_893\"><label class=\"label postField\" id=\"tfa_896-L\" for=\"tfa_896\"><span class=\"input-radio-faux\"><\/span>I am a Victim \/ Survivor<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_897\" class=\"\" id=\"tfa_897\" name=\"tfa_893\" aria-required=\"true\" aria-labelledby=\"tfa_897-L\" data-tfa-labelledby=\"tfa_893-L tfa_897-L\" data-tfa-parent-id=\"tfa_893\"><label class=\"label postField\" id=\"tfa_897-L\" for=\"tfa_897\"><span class=\"input-radio-faux\"><\/span>MADD Staff \/ Volunteer<\/label><\/span><\/td>\n<\/tr>\n<\/table><\/div>\n<\/div>\n<div id=\"tfa_903\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_898-D\">\n<label id=\"tfa_898-L\" class=\"label preField reqMark\" for=\"tfa_898\">When did the crash occur?<\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_898\" name=\"tfa_898\" value=\"\" aria-describedby=\"tfa_898-HH\" data-condition=\"`#tfa_896`\" title=\"When did the crash occur?\" class=\"validate-date required\"><span class=\"field-hint-inactive\" id=\"tfa_898-H\"><span id=\"tfa_898-HH\" class=\"hint\">format: 06\/19\/1977<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_900-D\" role=\"radiogroup\" aria-labelledby=\"tfa_900-L\" data-tfa-labelledby=\"-L tfa_900-L\">\n<label id=\"tfa_900-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_900\">If there was a legal case, has the case been adjudicated?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_900\" class=\"choices horizontal required\" data-condition=\"`#tfa_896`\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_901\" class=\"\" id=\"tfa_901\" name=\"tfa_900\" aria-required=\"true\" aria-labelledby=\"tfa_901-L\" data-tfa-labelledby=\"tfa_900-L tfa_901-L\" data-tfa-parent-id=\"tfa_900\"><label class=\"label postField\" id=\"tfa_901-L\" for=\"tfa_901\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_902\" class=\"\" id=\"tfa_902\" name=\"tfa_900\" aria-required=\"true\" aria-labelledby=\"tfa_902-L\" data-tfa-labelledby=\"tfa_900-L tfa_902-L\" data-tfa-parent-id=\"tfa_900\"><label class=\"label postField\" id=\"tfa_902-L\" for=\"tfa_902\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_905\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_899-D\">\n<label id=\"tfa_899-L\" class=\"label preField reqMark\" for=\"tfa_899\">Emergency Contact Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_899\" name=\"tfa_899\" value=\"\" title=\"Emergency Contact Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_904-D\">\n<label id=\"tfa_904-L\" class=\"label preField reqMark\" for=\"tfa_904\">Emergency Contact Phone<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_904\" name=\"tfa_904\" value=\"\" maxlength=\"12\" title=\"Emergency Contact Phone\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_906-D\">\n<label id=\"tfa_906-L\" class=\"label preField reqMark\" for=\"tfa_906\">Relation to you<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_906\" name=\"tfa_906\" value=\"\" maxlength=\"50\" title=\"Relation to you\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_907-D\" role=\"group\" aria-labelledby=\"tfa_907-L\" data-tfa-labelledby=\"-L tfa_907-L\">\n<label id=\"tfa_907-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_907\" aria-label=\"Interests (check all that apply) \u00a0 required\">Interests (check all that apply)<\/label><br><div class=\"inputWrapper\"><table id=\"tfa_907\" class=\"choices columns2 required\">\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_908\" class=\"\" id=\"tfa_908\" name=\"tfa_908\" aria-labelledby=\"tfa_908-L\" data-tfa-labelledby=\"tfa_907-L tfa_908-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_908-L\" for=\"tfa_908\"><span class=\"input-checkbox-faux\"><\/span>Advisory Board<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_909\" class=\"\" id=\"tfa_909\" name=\"tfa_909\" aria-labelledby=\"tfa_909-L\" data-tfa-labelledby=\"tfa_907-L tfa_909-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_909-L\" for=\"tfa_909\"><span class=\"input-checkbox-faux\"><\/span>Clerical<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_910\" class=\"\" id=\"tfa_910\" name=\"tfa_910\" aria-labelledby=\"tfa_910-L\" data-tfa-labelledby=\"tfa_907-L tfa_910-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_910-L\" for=\"tfa_910\"><span class=\"input-checkbox-faux\"><\/span>Court Monitoring<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_911\" class=\"\" id=\"tfa_911\" name=\"tfa_911\" aria-labelledby=\"tfa_911-L\" data-tfa-labelledby=\"tfa_907-L tfa_911-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_911-L\" for=\"tfa_911\"><span class=\"input-checkbox-faux\"><\/span>Fundraising<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_912\" class=\"\" id=\"tfa_912\" name=\"tfa_912\" aria-labelledby=\"tfa_912-L\" data-tfa-labelledby=\"tfa_907-L tfa_912-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_912-L\" for=\"tfa_912\"><span class=\"input-checkbox-faux\"><\/span>Law Enforcement Support<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_1039\" class=\"\" id=\"tfa_1039\" name=\"tfa_1039\" aria-labelledby=\"tfa_1039-L\" data-tfa-labelledby=\"tfa_907-L tfa_1039-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_1039-L\" for=\"tfa_1039\"><span class=\"input-checkbox-faux\"><\/span>National MADD Ambassador<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_913\" class=\"\" id=\"tfa_913\" name=\"tfa_913\" aria-labelledby=\"tfa_913-L\" data-tfa-labelledby=\"tfa_907-L tfa_913-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_913-L\" for=\"tfa_913\"><span class=\"input-checkbox-faux\"><\/span>Public Policy<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_914\" class=\"\" id=\"tfa_914\" name=\"tfa_914\" aria-labelledby=\"tfa_914-L\" data-tfa-labelledby=\"tfa_907-L tfa_914-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_914-L\" for=\"tfa_914\"><span class=\"input-checkbox-faux\"><\/span>Special Events<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_915\" class=\"\" id=\"tfa_915\" name=\"tfa_915\" aria-labelledby=\"tfa_915-L\" data-tfa-labelledby=\"tfa_907-L tfa_915-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_915-L\" for=\"tfa_915\"><span class=\"input-checkbox-faux\"><\/span>Underage Prevention<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_918\" class=\"\" id=\"tfa_918\" name=\"tfa_918\" aria-labelledby=\"tfa_918-L\" data-tfa-labelledby=\"tfa_907-L tfa_918-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_918-L\" for=\"tfa_918\"><span class=\"input-checkbox-faux\"><\/span>Victim Impact Panel<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_916\" class=\"\" id=\"tfa_916\" name=\"tfa_916\" aria-labelledby=\"tfa_916-L\" data-tfa-labelledby=\"tfa_907-L tfa_916-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_916-L\" for=\"tfa_916\"><span class=\"input-checkbox-faux\"><\/span>Victim Services<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_917\" class=\"\" id=\"tfa_917\" name=\"tfa_917\" aria-labelledby=\"tfa_917-L\" data-tfa-labelledby=\"tfa_907-L tfa_917-L\" data-tfa-parent-id=\"tfa_907\"><label class=\"label postField\" id=\"tfa_917-L\" for=\"tfa_917\"><span class=\"input-checkbox-faux\"><\/span>Walk Like MADD<\/label><\/span><\/td>\n<\/tr>\n<\/table><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_919-D\" role=\"group\" aria-labelledby=\"tfa_919-L\" data-tfa-labelledby=\"-L tfa_919-L\">\n<label id=\"tfa_919-L\" class=\"label preField \" data-tfa-check-label-for=\"tfa_919\">Other ways to help MADD<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_919\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_920\" class=\"\" id=\"tfa_920\" name=\"tfa_920\" aria-labelledby=\"tfa_920-L\" data-tfa-labelledby=\"tfa_919-L tfa_920-L\" data-tfa-parent-id=\"tfa_919\"><label class=\"label postField\" id=\"tfa_920-L\" for=\"tfa_920\"><span class=\"input-checkbox-faux\"><\/span>I am interested in becoming an Advisory Board Member<\/label><\/span><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_921\" class=\"\" id=\"tfa_921\" name=\"tfa_921\" aria-labelledby=\"tfa_921-L\" data-tfa-labelledby=\"tfa_919-L tfa_921-L\" data-tfa-parent-id=\"tfa_919\"><label class=\"label postField\" id=\"tfa_921-L\" for=\"tfa_921\"><span class=\"input-checkbox-faux\"><\/span>I am willing to help grow MADD with strategic introductions to program partners and potential funders<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_922-D\" role=\"group\" aria-labelledby=\"tfa_922-L\" data-tfa-labelledby=\"-L tfa_922-L\">\n<label id=\"tfa_922-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_922\" aria-label=\"Work Experience and Skills (check all that apply) \u00a0 required\">Work Experience and Skills (check all that apply)<\/label><br><div class=\"inputWrapper\"><table id=\"tfa_922\" class=\"choices columns2 required\">\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_923\" class=\"\" id=\"tfa_923\" name=\"tfa_923\" aria-labelledby=\"tfa_923-L\" data-tfa-labelledby=\"tfa_922-L tfa_923-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_923-L\" for=\"tfa_923\"><span class=\"input-checkbox-faux\"><\/span>Accounting<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_924\" class=\"\" id=\"tfa_924\" name=\"tfa_924\" aria-labelledby=\"tfa_924-L\" data-tfa-labelledby=\"tfa_922-L tfa_924-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_924-L\" for=\"tfa_924\"><span class=\"input-checkbox-faux\"><\/span>Administrative<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_925\" class=\"\" id=\"tfa_925\" name=\"tfa_925\" aria-labelledby=\"tfa_925-L\" data-tfa-labelledby=\"tfa_922-L tfa_925-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_925-L\" for=\"tfa_925\"><span class=\"input-checkbox-faux\"><\/span>Data Analysis<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_926\" class=\"\" id=\"tfa_926\" name=\"tfa_926\" aria-labelledby=\"tfa_926-L\" data-tfa-labelledby=\"tfa_922-L tfa_926-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_926-L\" for=\"tfa_926\"><span class=\"input-checkbox-faux\"><\/span>Fundraising\/Grant Writing<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_927\" class=\"\" id=\"tfa_927\" name=\"tfa_927\" aria-labelledby=\"tfa_927-L\" data-tfa-labelledby=\"tfa_922-L tfa_927-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_927-L\" for=\"tfa_927\"><span class=\"input-checkbox-faux\"><\/span>Graphic Design<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_928\" class=\"\" id=\"tfa_928\" name=\"tfa_928\" aria-labelledby=\"tfa_928-L\" data-tfa-labelledby=\"tfa_922-L tfa_928-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_928-L\" for=\"tfa_928\"><span class=\"input-checkbox-faux\"><\/span>Languages<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_929\" class=\"\" id=\"tfa_929\" name=\"tfa_929\" aria-labelledby=\"tfa_929-L\" data-tfa-labelledby=\"tfa_922-L tfa_929-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_929-L\" for=\"tfa_929\"><span class=\"input-checkbox-faux\"><\/span>Marketing<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_930\" class=\"\" id=\"tfa_930\" name=\"tfa_930\" aria-labelledby=\"tfa_930-L\" data-tfa-labelledby=\"tfa_922-L tfa_930-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_930-L\" for=\"tfa_930\"><span class=\"input-checkbox-faux\"><\/span>Event Planning<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_931\" class=\"\" id=\"tfa_931\" name=\"tfa_931\" aria-labelledby=\"tfa_931-L\" data-tfa-labelledby=\"tfa_922-L tfa_931-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_931-L\" for=\"tfa_931\"><span class=\"input-checkbox-faux\"><\/span>Project Management<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_932\" class=\"\" id=\"tfa_932\" name=\"tfa_932\" aria-labelledby=\"tfa_932-L\" data-tfa-labelledby=\"tfa_922-L tfa_932-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_932-L\" for=\"tfa_932\"><span class=\"input-checkbox-faux\"><\/span>Research<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_933\" class=\"\" id=\"tfa_933\" name=\"tfa_933\" aria-labelledby=\"tfa_933-L\" data-tfa-labelledby=\"tfa_922-L tfa_933-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_933-L\" for=\"tfa_933\"><span class=\"input-checkbox-faux\"><\/span>Spreadsheets<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_934\" class=\"\" id=\"tfa_934\" name=\"tfa_934\" aria-labelledby=\"tfa_934-L\" data-tfa-labelledby=\"tfa_922-L tfa_934-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_934-L\" for=\"tfa_934\"><span class=\"input-checkbox-faux\"><\/span>Teaching<\/label><\/span><\/td>\n<\/tr>\n<tr>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_935\" class=\"\" id=\"tfa_935\" name=\"tfa_935\" aria-labelledby=\"tfa_935-L\" data-tfa-labelledby=\"tfa_922-L tfa_935-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_935-L\" for=\"tfa_935\"><span class=\"input-checkbox-faux\"><\/span>Technology<\/label><\/span><\/td>\n<td><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_936\" class=\"\" id=\"tfa_936\" name=\"tfa_936\" aria-labelledby=\"tfa_936-L\" data-tfa-labelledby=\"tfa_922-L tfa_936-L\" data-tfa-parent-id=\"tfa_922\"><label class=\"label postField\" id=\"tfa_936-L\" for=\"tfa_936\"><span class=\"input-checkbox-faux\"><\/span>Writing<\/label><\/span><\/td>\n<\/tr>\n<\/table><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1034-D\">\n<label id=\"tfa_1034-L\" class=\"label preField \" for=\"tfa_1034\">Other<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_1034\" name=\"tfa_1034\" value=\"\" title=\"Other\" class=\"\"><\/div>\n<\/div>\n<\/div><\/div>\n<div class=\"wfPage\" id=\"wfPgIndex-2\"><div class=\"section pageSection\" id=\"tfa_1017\">\n<h4 id=\"tfa_1017-T\">Page 2<\/h4>\n<div class=\"oneField field-container-D    \" id=\"tfa_956-D\" role=\"group\" aria-labelledby=\"tfa_956-L\" data-tfa-labelledby=\"-L tfa_956-L\">\n<label id=\"tfa_956-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_956\" aria-label=\"I understand and accept that the referenced information I have provided is treated as confidential and will be used for processing my application. During this screening process I am under no obligation to work as a volunteer for MADD and MADD  is under no obligation to accept my service. I understand that I may be asked to complete a Criminal Background Check (completed separately) and that MADD reserves the right to reject any volunteer application, which MADD, in it's sole judgement, determines, is not in the best interest of MADD. \u00a0 required\">I understand and accept that the referenced information I have provided is treated as confidential and will be used for processing my application. During this screening process I am under no obligation to work as a volunteer for MADD and MADD&nbsp; is under no obligation to accept my service. I understand that I may be asked to complete a Criminal Background Check (completed separately) and that MADD reserves the right to reject any volunteer application, which MADD, in it's sole judgement, determines, is not in the best interest of MADD.<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_956\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_957\" class=\"\" id=\"tfa_957\" name=\"tfa_957\" aria-labelledby=\"tfa_957-L\" data-tfa-labelledby=\"tfa_956-L tfa_957-L\" data-tfa-parent-id=\"tfa_956\"><label class=\"label postField\" id=\"tfa_957-L\" for=\"tfa_957\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1031-D\" role=\"group\" aria-labelledby=\"tfa_1031-L\" data-tfa-labelledby=\"-L tfa_1031-L\">\n<label id=\"tfa_1031-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_1031\" aria-label=\"I acknowledge there are risks associated with volunteering, whether in an in-person or virtual capacity. In consideration of being allowed to volunteer with MADD, I agree, for myself, my heirs, executors and administrators, to not sue and to release, indemnify and hold harmless, MADD, its affiliates, officers, directors, volunteers and employees, from any and all liability, claims, demands, and causes of action whatsoever, arising out of my volunteer activations with MADD and any related activities - whether it results from the negligence of any of the above or from any other cause.This release and indemnification agreement shall be as broad and inclusive as is permitted by the State or Province in which the event is conducted. If any portion of it is held invalid, the balance shall continue in full force and effect. \u00a0 required\"><div>I acknowledge there are risks associated with volunteering, whether in an in-person or virtual capacity. In consideration of being allowed to volunteer with MADD, I agree, for myself, my heirs, executors and administrators, to not sue and to release, indemnify and hold harmless, MADD, its affiliates, officers, directors, volunteers and employees, from any and all liability, claims, demands, and causes of action whatsoever, arising out of my volunteer activations with MADD and any related activities - whether it results from the negligence of any of the above or from any other cause.<\/div><div><br><\/div><div>This release and indemnification agreement shall be as broad and inclusive as is permitted by the State or Province in which the event is conducted. If any portion of it is held invalid, the balance shall continue in full force and effect.<\/div><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_1031\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_1032\" class=\"\" id=\"tfa_1032\" name=\"tfa_1032\" aria-labelledby=\"tfa_1032-L\" data-tfa-labelledby=\"tfa_1031-L tfa_1032-L\" data-tfa-parent-id=\"tfa_1031\"><label class=\"label postField\" id=\"tfa_1032-L\" for=\"tfa_1032\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1020-D\" role=\"group\" aria-labelledby=\"tfa_1020-L\" data-tfa-labelledby=\"-L tfa_1020-L\">\n<label id=\"tfa_1020-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_1020\" aria-label=\"I understand and agree that during the activities of volunteering with MADD, I may be photographed, recorded, and\/or videotaped by MADD for internal and promotional use on printed materials, MADD\u2019s website, MADD\u2019s social media, and events to further MADD\u2019s charitable mission. I hereby grant and convey to MADD all right, title, and interest in any and all such photographs and recordings, and consent to MADD\u2019s use of my name, image, likeness, and voice in perpetuity, in any medium or format, for any publicity without any compensation or further permission. I understand that, while MADD\u2019s photographs or recordings may contain names, stories, or images of victims, survivors, and the loved ones, this release does not mean that MADD will own those stories or images.  \u00a0 required\">I understand and agree that during the activities of volunteering with MADD, I may be photographed, recorded, and\/or videotaped by MADD for internal and promotional use on printed materials, MADD\u2019s website, MADD\u2019s social media, and events to further MADD\u2019s charitable mission. I hereby grant and convey to MADD all right, title, and interest in any and all such photographs and recordings, and consent to MADD\u2019s use of my name, image, likeness, and voice in perpetuity, in any medium or format, for any publicity without any compensation or further permission. I understand that, while MADD\u2019s photographs or recordings may contain names, stories, or images of victims, survivors, and the loved ones, this release does not mean that MADD will own those stories or images.&nbsp;<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_1020\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_1021\" class=\"\" id=\"tfa_1021\" name=\"tfa_1021\" aria-labelledby=\"tfa_1021-L\" data-tfa-labelledby=\"tfa_1020-L tfa_1021-L\" data-tfa-parent-id=\"tfa_1020\"><label class=\"label postField\" id=\"tfa_1021-L\" for=\"tfa_1021\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_1023-D\" role=\"group\" aria-labelledby=\"tfa_1023-L\" data-tfa-labelledby=\"-L tfa_1023-L\">\n<label id=\"tfa_1023-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_1023\" aria-label=\"I've read and agree to MADD's Volunteer Policies and Procedures \u00a0 required\">I've read and agree to MADD's Volunteer Policies and Procedures<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_1023\" class=\"choices horizontal required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_1024\" class=\"\" id=\"tfa_1024\" name=\"tfa_1024\" aria-labelledby=\"tfa_1024-L\" data-tfa-labelledby=\"tfa_1023-L tfa_1024-L\" data-tfa-parent-id=\"tfa_1023\"><label class=\"label postField\" id=\"tfa_1024-L\" for=\"tfa_1024\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_1025\"><div class=\"htmlContent\" id=\"tfa_1025-HTML\"><a target=\"_blank\" href=\"https:\/\/madd.org\/wp-content\/uploads\/2022\/08\/Volunteer_Policies_Guidelines.pdf\"><\/a><a target=\"_blank\" href=\"https:\/\/madd.org\/wp-content\/uploads\/2022\/11\/Driven-to-Save-Lives-Policies-and-Procedures-2022.pdf\">MADD Volunteer Policies and Guidelines<\/a> <\/div><\/div>\n<\/div><\/div>\n<div class=\"actions\" id=\"4695512-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=\"377-64028c1b25ae20fd30fc3c0a63a8e78e\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"4695512\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"83000164b76c40075c4ec3e6b5c847ea\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1735879806\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"59\" 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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Volunteer Agreement<\/p>\n","protected":false},"author":1,"featured_media":313,"parent":15929,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-16256","page","type-page","status-publish","has-post-thumbnail","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Volunteer - MADD<\/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:\/\/madd.org\/volunteer\/volunteer-agreement\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Volunteer - MADD\" \/>\n<meta property=\"og:description\" content=\"Volunteer Agreement\" \/>\n<meta property=\"og:url\" content=\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/\" \/>\n<meta property=\"og:site_name\" content=\"MADD\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-22T19:10:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"123\" \/>\n\t<meta property=\"og:image:height\" content=\"42\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/\",\"url\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/\",\"name\":\"Volunteer - MADD\",\"isPartOf\":{\"@id\":\"https:\/\/madd.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png\",\"datePublished\":\"2022-04-04T22:04:44+00:00\",\"dateModified\":\"2023-06-22T19:10:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage\",\"url\":\"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png\",\"contentUrl\":\"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png\",\"width\":123,\"height\":42},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/madd.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Volunteer\",\"item\":\"https:\/\/madd.org\/volunteer\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Volunteer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/madd.org\/#website\",\"url\":\"https:\/\/madd.org\/\",\"name\":\"MADD\",\"description\":\"Mothers Against Drunk Driving\",\"publisher\":{\"@id\":\"https:\/\/madd.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/madd.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/madd.org\/#organization\",\"name\":\"MADD\",\"url\":\"https:\/\/madd.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/madd.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/madd.org\/wp-content\/uploads\/2024\/09\/bluestate_MADD_logo-tagline_horiz_1c-white.png\",\"contentUrl\":\"https:\/\/madd.org\/wp-content\/uploads\/2024\/09\/bluestate_MADD_logo-tagline_horiz_1c-white.png\",\"width\":2996,\"height\":249,\"caption\":\"MADD\"},\"image\":{\"@id\":\"https:\/\/madd.org\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Volunteer - MADD","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:\/\/madd.org\/volunteer\/volunteer-agreement\/","og_locale":"en_US","og_type":"article","og_title":"Volunteer - MADD","og_description":"Volunteer Agreement","og_url":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/","og_site_name":"MADD","article_modified_time":"2023-06-22T19:10:07+00:00","og_image":[{"width":123,"height":42,"url":"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/","url":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/","name":"Volunteer - MADD","isPartOf":{"@id":"https:\/\/madd.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage"},"image":{"@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage"},"thumbnailUrl":"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png","datePublished":"2022-04-04T22:04:44+00:00","dateModified":"2023-06-22T19:10:07+00:00","breadcrumb":{"@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/madd.org\/volunteer\/volunteer-agreement\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#primaryimage","url":"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png","contentUrl":"https:\/\/madd.org\/wp-content\/uploads\/2021\/05\/mob-logo.png","width":123,"height":42},{"@type":"BreadcrumbList","@id":"https:\/\/madd.org\/volunteer\/volunteer-agreement\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/madd.org\/"},{"@type":"ListItem","position":2,"name":"Volunteer","item":"https:\/\/madd.org\/volunteer\/"},{"@type":"ListItem","position":3,"name":"Volunteer"}]},{"@type":"WebSite","@id":"https:\/\/madd.org\/#website","url":"https:\/\/madd.org\/","name":"MADD","description":"Mothers Against Drunk Driving","publisher":{"@id":"https:\/\/madd.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/madd.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/madd.org\/#organization","name":"MADD","url":"https:\/\/madd.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/madd.org\/#\/schema\/logo\/image\/","url":"https:\/\/madd.org\/wp-content\/uploads\/2024\/09\/bluestate_MADD_logo-tagline_horiz_1c-white.png","contentUrl":"https:\/\/madd.org\/wp-content\/uploads\/2024\/09\/bluestate_MADD_logo-tagline_horiz_1c-white.png","width":2996,"height":249,"caption":"MADD"},"image":{"@id":"https:\/\/madd.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/pages\/16256"}],"collection":[{"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/comments?post=16256"}],"version-history":[{"count":0,"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/pages\/16256\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/pages\/15929"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/media\/313"}],"wp:attachment":[{"href":"https:\/\/madd.org\/wp-json\/wp\/v2\/media?parent=16256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}