I wanted to track how long users take to fill in a external Form.
I tried to load the external Form within an Iframe and track the time of the wrapper page using body.onload and body.onunload. But the external Form has some Framebuster code to blast of my Iframe.
Do you have any suggestions how to track the time. I can't access the code of the external Form.