Etusivu » Housing » Parking space

Request for a parking space

Are you interested in a parking spot or a charging station for an electric vehicle? You can request those with this form. We will check the situation at your property and get back to you asap. If you are contacting us about changes or cancellations, please specify your request in the additional information field.

formidable_autopaikka_en
What is my reservation about
Choose the features you wish to have for the parking space
Additional information

document.addEventListener(“DOMContentLoaded”, function() { // Get the dropdown element by its ID var dropdown = document.getElementById(‘field_4fmuf’); 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 = ”; }); } }); });