i want to know how to put my for in 2 pages on my website , plus

  • dodji2073
    Asked on October 31, 2014 at 1:48 PM

    1) i already embed my application form on my wix website but now when i add it the form is too long on the page and i'm gonna need to have to pages  so how to do that ..

    2) i also customise a contact form i tried to embeded the same way i did for my application for it didnt work can you help me please
  • KadeJM
    Replied on October 31, 2014 at 3:15 PM

    If your jotform is too tall on your wix page which you embedded it on there are two ways you can easily fix it.

    One - Adding a pagebreak to your jotform inside the formbuilder when editing it and this will split it into pages displaying each of your fields underneath the pagebreaks as a new page.

    Two - If you've used an iFrame simply adjust the form height in the code.

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

    As for your secondary issue involving your second jotform not working I've separated it into a new issue here.