Some Parts of My Form is Missing When It is Embedded

  • Elitedestinationtravel
    Asked on January 12, 2016 at 1:23 AM
  • mert JotForm UI Developer
    Replied on January 12, 2016 at 8:07 AM

    To avoid this kind of issues, I suggest you to use iFrame embed method while you are embedding your to web page. Below, you will see the example IFrame embed code. As it is seen, you don't need to take the whole structure of it, the content between <iframe>...</iframe> tags is enough to embed your form. Also, you can increase the height of the form on red marked area.

     

        <iframe

          id="JotFormIFrame"

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

          allowtransparency="true"

          src="https://form.jotform.com/53341292355958"

          frameborder="0"

          style="width:100%;

          height:800px;

          border:none;"

          scrolling="no">

        </iframe>

     

    I hope this one will work for you. If it is not, please let us know. So, we can try different things to beat this problem.

     

    Thanks.