window.handleIFrameMessage = function(e) {var args = e.data.split(":");var iframe = document.getElementById("JotFormIFrame");if (!iframe)return;switch (args) {case "scrollIntoView":iframe.scrollIntoView();break;case &q...