form length

  • tristansmith
    Asked on October 1, 2014 at 1:17 PM
  • jonathan
    Replied on October 1, 2014 at 2:19 PM

    Hi,

    You should at least provide more details about your inquiry so that we can provide you with the appropriate suggestions and solution.

    I am not sure what you meant about the form length, but I can only assume it is about the form height.

    There are 2 ways to achieve that.

    #1 Using the Iframe embed code you can adjust the iframe height value.

    http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code

    example

    <iframe allowtransparency="true" src="//www.jotform.com/form/1222222" frameborder="0" style="width:100%; height:100px; border:none;" scrolling="no">
    </iframe>

     

    #2 Using custom Injected CSS codes, you can add CSS code to assign height to the form

    Check this similar thread http://www.jotform.com/answers/290351-How-can-I-change-the-width-and-height-size-of-my-form

     

    Hope this help. Inform us if you need more assistance.

    Thanks.