JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
HTML
<iframe id="JotFormIFrame-200064014000125" title="eREPORT" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://www.jotform.com/table/201648564938063" frameborder="0" style=" min-width: 100%; height:539px; border:none;"> </iframe>
JavaScript
const iframe = document.querySelector("iframe");
iframe.addEventListener("load", (event) => {
console.log(event);
console.log(iframe.contentWindow);
})