Bottom of form is not showing on wix

  • hanshoegaerts
    Asked on December 4, 2015 at 4:07 AM

    Hi guys

    Could you give me a simple walkthrough on how to fix this? (I'm not familiar with css).

     

    http://www.livingsystemscoaching.be/#!feedback/fkfe1

     

    Bottom of form is not showing on wix Image 1 Screenshot 20

  • mert JotForm UI Developer
    Replied on December 4, 2015 at 7:16 AM

    I assume that you have done the following steps from the link below:

    http://www.jotform.com/help/70-Adding-a-Form-to-Wix-Site

     

    When you get the embed code with iFrame, you need to increase the height value. That's why, bottom of your form didn't show up.

    Below, you will see the embed code of your form and on red marked area, the height of the form could be adjustable.

     

        <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotformeu.com/53194167164357"

          frameborder="0"

          style="width:100%;

          height:900px;

          border:none;"

          scrolling="no">

        </iframe>

     

    Also, the code is coming from your form, so you can use that one on the above. Please, try this method and let us know the results.

     

    Thanks.

  • hanshoegaerts
    Replied on December 4, 2015 at 8:45 AM
    I changed the height up (in the wix code) as you described (up to 4000 px)
    but nothing changes... perhaps I'm not interpreting it right?
    I have the issue in firefox and chrome
    tnx
    2015-12-04 13:16 GMT+01:00 JotForm :
    ...
  • mert JotForm UI Developer
    Replied on December 4, 2015 at 10:23 AM

    In this case, please try to change your "scrolling" option as "auto". Below, you will see the red marked area for that change:

     

        <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotformeu.com/53194167164357"

          frameborder="0"

          style="width:100%;

          height:900px;

          border:none;"

          scrolling="auto">

        </iframe>

     

    I hope this one will work for you. After trying this change, please let us know the result.

     

    Thanks.

  • hanshoegaerts
    Replied on December 7, 2015 at 3:45 AM
    Perfect!
    That did the trick. Thanks for your support!
    2015-12-04 16:22 GMT+01:00 JotForm :
    ...
  • Sammy
    Replied on December 7, 2015 at 3:57 AM

    On behalf of my colleague you are most welcome, if you do need any other assistance feel free to let us know.