Report a Violation

// Listen for height messages from JotForm window.addEventListener("message", function(e) { if (e.origin.indexOf("jotform.com") > -1 && e.data.height) { document.getElementById("jotform-iframe").style.height = e.data.height + "px"; } }, false);