`; // Manually append to iframe if necessary (if Fillout breaks embed-inherit) if (recordID) { setTimeout(() => { const iframe = document.querySelector("iframe[src*='fillout']"); if (iframe) { iframe.src += `?recordID=${encodeURIComponent(recordID)}`; } }, 500); }