.hiddencontent_0 {
height: 0px;
width: 0px;
overflow: hidden;
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 "setHeight":iframe.style.height = args + "px";break;}};if (window.addEventListener) {window.addEventListener("message", handleIFrameMessage, false);} else if (window.attachEvent) {window.attachEvent("onmessage", handleIFrameMessage);}
Administrators
Alternately, private message us via the forum (required to create an account with us to use this feature):
Admin, MikeBrooklyn
Global Moderators
ilpalazzo3, Sodo, ppfd
Board Moderator
TheStarTurtle