i have aftereffects panel with a MS forms inside a iframe tag.i can write any text inside it, but i cannot copy any text and paste it inside the input tag of the iframe. any idea or a workaround?
Have tried creating a button to paste ,but iframe has cross-origin restriction.
to recreate my problem.Just create a iframe inside the after effects panel <iframe src="https://www.google.com/" style="height: 600px; width: 500px" ></iframe> and try pasting inside the search bar.