How to change the height of the form?

  • awootley
    Asked on January 6, 2018 at 2:02 PM
  • Nik_C
    Replied on January 6, 2018 at 3:38 PM

    Could you please elaborate more your question so we can be able to assist you?

    We'll wait for your response.

    Thank you!

  • awootley
    Replied on January 6, 2018 at 3:41 PM

    Hi, I wanted to adjust the overall height of the form when set to page per questions. I had read that you could use CSS to achieve this but this only seems available when the option is set to all questions on the same page, hence my switch of options.

    I would rather use page per question but the 640px height is too limiting. 

    Any suggestions?

    Thanks

    Anthony

  • Nik_C
    Replied on January 6, 2018 at 4:59 PM

    Unfortunately, it is not possible with the Card layout as you noticed as well.

    But with the classic layout, all questions on one page, you can increase the height of the form by using: 

    .form-all {

        height: 1000px;

    }

    But if the form is embedded, for example, iFrame method, you can change the height in the code:

     <iframe id="JotFormIFrame-80055412028345" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotformeu.com/80055412028345" frameborder="0" style="width: 1px; min-width: 100%; height:539px; border:none;" scrolling="no"> </iframe>

    Let us know if you need any further assistance.

    Thank you!