Bitte laden Sie hier ein einziges Dokument – Ihren Lebenslauf – hoch.
window.addEventListener(«DOMContentLoaded», function () {
const urlParams = new URLSearchParams(window.location.search);
const uuid = urlParams.get(«uuid»);if (uuid !== null) { const uuidInput = document.getElementById(«uuid»); uuidInput.value = uuid; }
});