Do JotForms work with iPad

  • bobbrandon
    Asked on March 23, 2014 at 1:22 PM

    Do the forms created by JotForm work on iPad or iPhone?

  • David JotForm Support Manager
    Replied on March 23, 2014 at 1:33 PM

    Our forms are already optimized for mobile views so it is built in on the forms already. However, if you'd like to customize it further, you can use this CSS code as an example:

    /*-----------RESPONSIVE LAYOUT-----------*/

    @media (max-width: 480px) {

    .form-textarea,

    .form-textbox,

    .form-dropdown{

    width: 100% !important;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-label-left, .form-label-right{

    width: auto;

    }

    .form-buttons-wrapper{

    margin-left:0 !important;

    }

    .form-input {

    width: 100%;

    }

    .form-all{

    width: 75%;

    }

    .form-sub-label-container {

    width: 100%;

    display:block;

    }

    }

    Simply inject this CSS to your form. How to Inject Custom CSS Codes to your Form