My form is not showing properly on my iphone

  • anandrajog
    Asked on June 30, 2016 at 4:01 PM

    This form cuts off at the bottom. The Submit button does not show on the iphone.

     

    The form is embedded on the website.

     

    www.igotpro.com/profile-creation-form

     

    the form looks fine if opened on jotform.

    https://form.jotform.com/61748650140251

  • BJoanna
    Replied on June 30, 2016 at 6:39 PM

    Can you please try to remove script part of your iFrame code and leave only iFrame part of the code. Use only this part of the code:

    <iframe

          id="JotFormIFrame"

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

          allowtransparency="true"

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

          frameborder="0"

          style="width:100%;

          height:1171px;

          border:none;"

          scrolling="no">

    </iframe>

    You can also try to increase height of your iFrame code to 1400px.

    Hope this will help. Let us know if you need further assistance.