Can I disable an input field inside an embedded Calendly iframe with vanilla js?

143 Views Asked by At

I have an embedded calendly iframe in my website and I am prefilling it's inputs with predefined data which is vital for later API fetching that I am doing so I do not want to let anyone change the prefilled email form, I tried with setInterval to check if the element is present and disable it but it appears that document.getElementsByName is unable to detect it. Why? Is is a browser security limitation?

0

There are 0 best solutions below