height

  • pantego
    Asked on April 16, 2016 at 7:08 PM
  • jonathan
    Replied on April 17, 2016 at 1:38 AM

    You must be searching for the height to use for the iframe embedded form.

    You can do that after getting the iframe publish code using iframe.

    Example: 

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://secure.jotform.us/form/40111111" frameborder="0" style="width: 100%height: 5400px; border: none;" scrolling="no"></iframe>

    You can see the height in px in the code.

    Let us know if you need further assistance.