Etusivu » Housing » Problems

Report a problem

Did your neighbors get too excited and make a lot of noise during the night? If you wish to report a disturbance of peace, fill out the form here.

Your information will not be disclosed to the disturber. We may need your information to assess the severity of the disturbance and also for further information if necessary.

formidable_ilmoita-hairiokayttaytymisesta_en
Was property damaged?
Did a maintenance worker, police, or other authority visit the scene?
document.addEventListener(“DOMContentLoaded”, function() { // Get the dropdown element by its ID var dropdown = document.getElementById(‘field_9ik2y’); var submitButton = document.getElementsByClassName(“frm_final_submit”)[0]; // Create the span element with the link var viiluMessage = document.createElement(‘span’); viiluMessage.innerHTML = ‘Kyseisen toimiston asiakkaat voivat täyttää lomakkeet palvelussa Viilu‘; viiluMessage.classList.add(‘viiluMessage’); // Add class to the span // Style the span viiluMessage.style.position = ‘relative’; viiluMessage.style.top = ‘1rem’; // Attach a change event listener to the dropdown dropdown.addEventListener(‘change’, function() { // Check if the selected value is “Oiva Isännöinti Seinäjoki” if (this.value === “6047”) { submitButton.style.display = ‘none’ // Get all elements with class ‘frm_top_container’ var containers = document.querySelectorAll(‘.frm_top_container’); containers.forEach(function(container) { // Check if the element does not have the class ‘frm_dynamic_select_container’ if (!container.classList.contains(‘frm_dynamic_select_container’)) { container.style.display = ‘none’; } }); // Hide all h5 and span elements that are children of elements with the class frm_form_field var childElements = document.querySelectorAll(‘.frm_form_field h5, .frm_form_field span’); childElements.forEach(function(element) { element.style.display = ‘none’; }); dropdown.parentNode.insertBefore(viiluMessage, dropdown.nextSibling); } else { // Remove the welcome span if it’s in the DOM if (viiluMessage.parentNode) { viiluMessage.parentNode.removeChild(viiluMessage); } submitButton.style.display = ” // Get all elements with class ‘frm_top_container’ // that don’t have the class ‘frm_dynamic_select_container’ var containers = document.querySelectorAll(‘.frm_top_container:not(.frm_dynamic_select_container)’); containers.forEach(function(container) { container.style.display = ”; }); // Show all h5 and span elements that are children of elements with the class frm_form_field var childElements = document.querySelectorAll(‘.frm_form_field h5, .frm_form_field span’); childElements.forEach(function(element) { element.style.display = ”; }); } }); });