Registracija firme

Prijava i boravak

Radne dozvole i zapošljavanje

Pribavljanje ličnih dokumenata

Konsalting

Scroll to Top
document.addEventListener("DOMContentLoaded", function() { let radioButtons = document.querySelectorAll('input[name="dokumentacija"]'); let uploadSection = document.getElementById("upload-section"); let downloadSection = document.getElementById("download-section"); radioButtons.forEach(function(radio) { radio.addEventListener("change", function() { if (this.value.includes("imam svu dokumentaciju")) { uploadSection.classList.remove("hidden"); downloadSection.classList.add("hidden"); } else { uploadSection.classList.add("hidden"); downloadSection.classList.remove("hidden"); } }); }); });