How to add the submit button to mobile website page

  • iccgreenwich
    Asked on August 16, 2017 at 2:12 PM

    ICC has a registration page which should take you to paypal when you click "Submit".  on a mobile device, the submit button is not visible.  

  • Kevin Support Team Lead
    Replied on August 16, 2017 at 2:44 PM

    I have tested your form on a mobile device emulator and noticed the submit button shows there: 

    How to add the submit button to mobile website page Image 1 Screenshot 20

    If you keep experiencing the issue I would recommend you to embed your form using the iFrame code, remove the JavaScript part and also set the scrolling attribute to yes, you would also need to change the form's height. 

    Sample code: 

          <iframe

            id="JotFormIFrame"

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

            allowtransparency="true"

            src="https://www.jotform.com/70874680470159"

            frameborder="0"

            style="width:100%;

            height:6806px;

            border:none;"

            scrolling="yes">

          </iframe>

    Please let us know how it goes.