can i set the size of the form

  • drmongaclinic
    Asked on August 4, 2014 at 7:08 AM

    can i set the size of the form?

  • jedcadorna
    Replied on August 4, 2014 at 9:41 AM

    Are you referring to the form width and height? In the form builder there's a form width properties that you can adjust and if you want to set the height of the form you can use the iframe embed code and increase the width and heigth.

    can i set the size of the form Image 1 Screenshot 20

    If using an iframe you can adjust the width and heigth. Please see the highlighted sample below:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="yourformURL" frameborder="0" style="width:100%height:2840px; border:none;" scrolling="no"></iframe>

    If you have questions just let us know here.