Checkbox items selection issue from Iphone view

  • dalawson08
    Asked on April 26, 2019 at 3:17 PM

    Hi,

    When viewing this link from my iPhone it appears not to allow certain selections to be selected. When viewing it from an android you can select all the selections. I have tried using it through, chrome, firefox and chrome on 2 different phones with the same results. This is a huge problem because we use this form daily on our phones, please see attached for picture example.

    thanks

    Damaris


    https://form.jotform.com/60965225344154

    1556306160jotform example 1 Screenshot 101556306191jotform example 2 Screenshot 21

    Jotform Thread 1805564 Screenshot
  • Mike
    Replied on April 26, 2019 at 5:48 PM

    You may add the next CSS to the form in order to place the checkbox items vertically on the mobile:

    @media only screen and (max-device-width: 550px) {
    .form-checkbox-item {
    width: 100% !important;
    }
    }

    Checkbox items selection issue from Iphone view Image 1 Screenshot 20

    Please give it a try and let us know if you need any further assistance.

  • dalawson08
    Replied on April 29, 2019 at 11:43 AM
    This worked perfectly!
    ...