Kontakt

📍 Adresa: Danila Kiša 33
📞 Telefon: 0654627111
✉ Email: estrancisrbija@gmail.com
🌐 Web: www.estranci.com

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"); } }); }); });