No checkout button showing on iPhones or iPads.

  • dallasdeltas
    Asked on September 19, 2017 at 4:04 PM

    People with Apple products cannot use the form to pay with PayPal. Is there a fix for this?

  • aubreybourke
    Replied on September 19, 2017 at 4:59 PM

    Are you referring to this form:

    http://www.jotform.us/form/72354873551158 (Fall Fiesta Registration)

    I tested it on an iPhone 7+ and the stand alone version is working correctly:

    No checkout button showing on iPhones or iPads Screenshot 20

    So may I ask if your form is embedded in a website somewhere?

    Its highly likely that the form needs to use an alternative embed method (how to embed using the iframe code).

    Or if you prefer simply adjusting the form's bottom margin with CSS will allow the submit button to show:

    .form-all{
        margin-bottom: 150px !important;
    }

    How to Inject Custom CSS Codes