I am attempting to track all link clicks and form submissions within an iframe. The content of the iframe is hosted on a separate domain from the main web page.
I have conducted extensive research, but none of the solutions I found were successful. The tracking functions properly when the iframe is from the same domain. However, it fails to trigger when the iframe is located on a different domain.
Is there a way to work around this using an external library?