{"id":191,"date":"2017-08-24T14:42:21","date_gmt":"2017-08-24T14:42:21","guid":{"rendered":"http:\/\/wcsu.wpengine.com\/police\/?page_id=191"},"modified":"2025-04-07T14:20:47","modified_gmt":"2025-04-07T18:20:47","slug":"anonymous-incident-report","status":"publish","type":"page","link":"https:\/\/www.wcsu.edu\/police\/anonymous-incident-report\/","title":{"rendered":"Anonymous Incident Report"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"191\" class=\"elementor elementor-191\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e649a4f e-flex e-con-boxed e-con e-parent\" data-id=\"1e649a4f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71c79ccc elementor-widget elementor-widget-shortcode\" data-id=\"71c79ccc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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:\/\/westconn.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:\/\/westconn.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/westconn.tfaforms.net\/uploads\/themes\/theme-34.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/westconn.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:\/\/westconn.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    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/westconn.tfaforms.net\/css\/kalendae.css\" \/>\n\t<script type=\"text\/javascript\" src=\"https:\/\/westconn.tfaforms.net\/js\/kalendae\/kalendae.standalone.min.js\" ><\/script>\n\t<script type=\"text\/javascript\" src=\"https:\/\/westconn.tfaforms.net\/wForms\/3.11\/js\/wforms_calendar.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/westconn.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=f9fd65d070a5de368394fbef7eea0e4a09ce19b7\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 100%; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_48,\n                *[id^=\"tfa_48[\"] {\n                    width: 170px !important;\n                }\n                #tfa_48-D,\n                *[id^=\"tfa_48[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_48-L,\n                label[id^=\"tfa_48[\"] {\n                    width: 200px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_3-L,\n                label[id^=\"tfa_3[\"] {\n                    width: 200px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_5-L,\n                label[id^=\"tfa_5[\"] {\n                    width: 200px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_6,\n                *[id^=\"tfa_6[\"] {\n                    width: 724px !important;\n                }\n                #tfa_6-D,\n                *[id^=\"tfa_6[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_6-L,\n                label[id^=\"tfa_6[\"] {\n                    width: 720px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_8,\n                *[id^=\"tfa_8[\"] {\n                    width: 724px !important;\n                }\n                #tfa_8-D,\n                *[id^=\"tfa_8[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_8-L,\n                label[id^=\"tfa_8[\"] {\n                    width: 720px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_11,\n                *[id^=\"tfa_11[\"] {\n                    width: 170px !important;\n                }\n                #tfa_11-D,\n                *[id^=\"tfa_11[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_11-L,\n                label[id^=\"tfa_11[\"] {\n                    width: 190px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_13,\n                *[id^=\"tfa_13[\"] {\n                    width: 170px !important;\n                }\n                #tfa_13-D,\n                *[id^=\"tfa_13[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_13-L,\n                label[id^=\"tfa_13[\"] {\n                    width: 190px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_15,\n                *[id^=\"tfa_15[\"] {\n                    width: 170px !important;\n                }\n                #tfa_15-D,\n                *[id^=\"tfa_15[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_15-L,\n                label[id^=\"tfa_15[\"] {\n                    width: 190px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_17,\n                *[id^=\"tfa_17[\"] {\n                    width: 170px !important;\n                }\n                #tfa_17-D,\n                *[id^=\"tfa_17[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_17-L,\n                label[id^=\"tfa_17[\"] {\n                    width: 190px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_6,\n                *[id^=\"tfa_6[\"] {\n                    height: 100px !important\n                }\n                #tfa_6-D,\n                *[id^=\"tfa_6[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_6-L,\n                label[id^=\"tfa_6[\"],\n                *[id^=\"tfa_6[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            \n                #tfa_8,\n                *[id^=\"tfa_8[\"] {\n                    height: 100px !important\n                }\n                #tfa_8-D,\n                *[id^=\"tfa_8[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_8-L,\n                label[id^=\"tfa_8[\"],\n                *[id^=\"tfa_8[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"114-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-114\"><\/div>\n<form method=\"post\" action=\"https:\/\/westconn.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"114\">\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_52-D\">\n<label id=\"tfa_52-L\" class=\"label preField \" for=\"tfa_52\">Name<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_52\" name=\"tfa_52\" value=\"\" title=\"Name\" class=\"validate-custom \/^(?!\\s\\S)$\/\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_56-D\">\n<label id=\"tfa_56-L\" class=\"label preField \" for=\"tfa_56\">Email<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_56\" name=\"tfa_56\" value=\"\" title=\"Email\" class=\"validate-custom \/^(?!\\s\\S)$\/\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_58-D\">\n<label id=\"tfa_58-L\" class=\"label preField \" for=\"tfa_58\">Address<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_58\" name=\"tfa_58\" value=\"\" title=\"Address\" class=\"validate-custom \/^(?!\\s\\S)$\/\"><\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_1\"><div class=\"htmlContent\" id=\"tfa_1-HTML\"><div style=\"text-align: center;\"><b>Anonymous Incident Report<\/b><br><\/div><div style=\"text-align: center;\"><br><\/div><div><b>If you feel comfortable identifying yourself it is better to file a report in person or over the phone (<a target=\"_blank\" href=\"tel:2038379300\">203-837-9300<\/a>).<\/b> All information will be kept <b>Confidential <\/b>and <b>Private<\/b> by the University Police to the extent allowed by law. No information regarding the sender (name, email, IP address, etc.) will be collected when submitting information to the University Police through this page. Please be as complete as possible.<\/div><div><br><\/div><div>If you<b> would like<\/b> to have the University Police contact you regarding this incident, please include contact information below. <i>Follow up investigation is more optimal if we have someone to contact for more information.<\/i><b><\/b><\/div><div><br><\/div><div><b>NOTE:<\/b> If you need <b><u>IMMEDIATE ASSISTANCE<\/u><\/b> contact the University Police by dialing 9-1-1 from any campus phone or contact them directly at (203) 837-9300. <strong style=\"color:red;\">This form generates a report that is normally only reviewed during business hours and should not be used if you need an immediate response or have an emergency.<\/strong><\/div><\/div><\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_2-D\">\n<label id=\"tfa_2-L\" class=\"label preField reqMark\" for=\"tfa_2\"><span style=\"font-weight: normal;\">Location of Incident<\/span><\/label><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_2\" name=\"tfa_2\" title=\"Location of Incident\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_18\" id=\"tfa_18\" class=\"\">MT - Commuter Parking Garage<\/option>\n<option value=\"tfa_19\" id=\"tfa_19\" class=\"\">MT - Haas Library<\/option>\n<option value=\"tfa_20\" id=\"tfa_20\" class=\"\">MT - Warner Hall<\/option>\n<option value=\"tfa_21\" id=\"tfa_21\" class=\"\">MT - White Hall<\/option>\n<option value=\"tfa_22\" id=\"tfa_22\" class=\"\">MT - Berkshire Hall<\/option>\n<option value=\"tfa_23\" id=\"tfa_23\" class=\"\">MT - Higgins Annex<\/option>\n<option value=\"tfa_24\" id=\"tfa_24\" class=\"\">MT - Higgins Hall<\/option>\n<option value=\"tfa_25\" id=\"tfa_25\" class=\"\">MT - Fairfield Hall<\/option>\n<option value=\"tfa_26\" id=\"tfa_26\" class=\"\">MT - Student Center<\/option>\n<option value=\"tfa_27\" id=\"tfa_27\" class=\"\">MT - Science Building<\/option>\n<option value=\"tfa_28\" id=\"tfa_28\" class=\"\">MT - Honors House<\/option>\n<option value=\"tfa_29\" id=\"tfa_29\" class=\"\">MT - Old Main<\/option>\n<option value=\"tfa_30\" id=\"tfa_30\" class=\"\">MT - Newbury Hall<\/option>\n<option value=\"tfa_31\" id=\"tfa_31\" class=\"\">MT - Police Station<\/option>\n<option value=\"tfa_32\" id=\"tfa_32\" class=\"\">MT - Maintenance Building<\/option>\n<option value=\"tfa_33\" id=\"tfa_33\" class=\"\">MT - Litchfield Hall<\/option>\n<option value=\"tfa_34\" id=\"tfa_34\" class=\"\">MT - University Hall<\/option>\n<option value=\"tfa_35\" id=\"tfa_35\" class=\"\">MT - Residence Parking Garage<\/option>\n<option value=\"tfa_36\" id=\"tfa_36\" class=\"\">WS - O'Neil Center<\/option>\n<option value=\"tfa_37\" id=\"tfa_37\" class=\"\">WS - Athletics Complex<\/option>\n<option value=\"tfa_38\" id=\"tfa_38\" class=\"\">WS - Classroom Building<\/option>\n<option value=\"tfa_39\" id=\"tfa_39\" class=\"\">WS - Campus Center<\/option>\n<option value=\"tfa_40\" id=\"tfa_40\" class=\"\">WS - Observatory<\/option>\n<option value=\"tfa_41\" id=\"tfa_41\" class=\"\">WS - Pinney Hall<\/option>\n<option value=\"tfa_42\" id=\"tfa_42\" class=\"\">WS - Grasso Hall<\/option>\n<option value=\"tfa_43\" id=\"tfa_43\" class=\"\">WS - Centennial Hall<\/option>\n<option value=\"tfa_44\" id=\"tfa_44\" class=\"\">WS - Parking Garage<\/option>\n<option value=\"tfa_45\" id=\"tfa_45\" class=\"\">WS - Practice Fields<\/option>\n<option value=\"tfa_46\" id=\"tfa_46\" class=\"\">WS - Ives Concert Park<\/option>\n<option value=\"tfa_49\" id=\"tfa_49\" class=\"\">WS - VPA Building<\/option>\n<option value=\"tfa_47\" id=\"tfa_47\" data-conditionals=\"#tfa_48\" class=\"\">Other<\/option><\/select><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_48-D\">\n<label id=\"tfa_48-L\" class=\"label preField reqMark\" for=\"tfa_48\"><span style=\"font-weight: normal;\">Other<\/span><\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_48\" name=\"tfa_48\" value=\"\" data-condition=\"`#tfa_47`\" title=\"Other\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_3-D\">\n<label id=\"tfa_3-L\" class=\"label preField reqMark\" for=\"tfa_3\"><span style=\"font-weight: normal;\">Date<\/span><\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_3\" name=\"tfa_3\" value=\"\" autocomplete=\"off\" title=\"Date\" class=\"validate-datecal required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField \" for=\"tfa_5\"><span style=\"font-weight: normal;\">Time<\/span><\/label><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"Time\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_6-D\">\n<label id=\"tfa_6-L\" class=\"label preField reqMark\" for=\"tfa_6\"><span style=\"font-weight: normal;\">Describe what was reported of what you saw happen:<\/span><\/label><br><div class=\"inputWrapper\"><textarea aria-required=\"true\" id=\"tfa_6\" name=\"tfa_6\" title=\"Describe what was reported of what you saw happen:\" class=\"required\"><\/textarea><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_8-D\">\n<label id=\"tfa_8-L\" class=\"label preField \" for=\"tfa_8\"><span style=\"font-weight: normal;\">Please provide names and descriptions of the people involved:<\/span><\/label><br><div class=\"inputWrapper\"><textarea id=\"tfa_8\" name=\"tfa_8\" title=\"Please provide names and descriptions of the people involved:\" class=\"\"><\/textarea><\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_9\"><div class=\"htmlContent\" id=\"tfa_9-HTML\"><div style=\"text-align: center;\"><b><u>THE INFORMATION BELOW IS OPTIONAL<\/u><\/b><\/div><\/div><\/div>\n<div class=\"htmlSection\" id=\"tfa_10\"><div class=\"htmlContent\" id=\"tfa_10-HTML\">If you would like a member of the University Police Department to contact you regarding this incident, please include contact information below. Providing contact information is optional and not required to report an incident.<\/div><\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_11-D\">\n<label id=\"tfa_11-L\" class=\"label preField \" for=\"tfa_11\"><span style=\"font-weight: normal;\">Name<\/span><\/label><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_11\" name=\"tfa_11\" value=\"\" title=\"Name\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_13-D\">\n<label id=\"tfa_13-L\" class=\"label preField \" for=\"tfa_13\"><span style=\"font-weight: normal;\">Address<\/span><\/label><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_13\" name=\"tfa_13\" value=\"\" title=\"Address\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_15-D\">\n<label id=\"tfa_15-L\" class=\"label preField \" for=\"tfa_15\"><span style=\"font-weight: normal;\">Telephone<\/span><\/label><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_15\" name=\"tfa_15\" value=\"\" title=\"Telephone\" class=\"\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D  labelsLeftAligned  \" id=\"tfa_17-D\">\n<label id=\"tfa_17-L\" class=\"label preField \" for=\"tfa_17\"><span style=\"font-weight: normal;\">Email Address<\/span><\/label><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_17\" name=\"tfa_17\" value=\"\" title=\"Email Address\" class=\"validate-email\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_50-D\">\n<label id=\"tfa_50-L\" class=\"label preField \" for=\"tfa_50\">Website<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_50\" name=\"tfa_50\" value=\"\" title=\"Website\" class=\"validate-custom \/^(?!\\s\\S)$\/\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_54-D\">\n<label id=\"tfa_54-L\" class=\"label preField \" for=\"tfa_54\">URL<\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_54\" name=\"tfa_54\" value=\"\" title=\"URL\" class=\"validate-custom \/^(?!\\s\\S)$\/\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_59-D\" role=\"radiogroup\" aria-labelledby=\"tfa_59-L\" data-tfa-labelledby=\"-L tfa_59-L\">\n<label id=\"tfa_59-L\" class=\"label preField \" data-tfa-check-label-for=\"tfa_59\">Are you a robot?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_59\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_60\" class=\"\" id=\"tfa_60\" name=\"tfa_59\" aria-labelledby=\"tfa_60-L\" data-tfa-labelledby=\"tfa_59-L tfa_60-L\" data-tfa-parent-id=\"tfa_59\"><label class=\"label postField\" id=\"tfa_60-L\" for=\"tfa_60\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_61\" class=\"\" id=\"tfa_61\" name=\"tfa_59\" aria-labelledby=\"tfa_61-L\" data-tfa-labelledby=\"tfa_59-L tfa_61-L\" data-tfa-parent-id=\"tfa_59\"><label class=\"label postField\" id=\"tfa_61-L\" for=\"tfa_61\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"actions\" id=\"114-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=\"748-7806ffc5200dac1380ba05c36ed620f4\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"114\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"6f97f918855cfdb860b68be5fac9fc5e\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775585761\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"28\" 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:\/\/westconn.tfaforms.net\/forms\/help\/114\" 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:\/\/westconn.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"766\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"left-navigation.php","meta":{"footnotes":""},"class_list":["post-191","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/pages\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":0,"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/pages\/191\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wcsu.edu\/police\/wp-json\/wp\/v2\/media?parent=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}