how can i get the form work properly on mobile?

  • CakeCoutureSweden
    Asked on November 23, 2015 at 10:07 AM

    Attached with the current link

    https://form.jotformeu.com/53123408119347

    have read the forum and changed the ccs code to http://pastebin.com/raw.php?i=s3bBtCh2 but still not working properly. 

    Please help.

  • BJoanna
    Replied on November 23, 2015 at 12:23 PM

    I have inspected your form on my Samsung Galaxy S4 and I noticed lot of issues with your form.

    how can i get the form work properly on mobile?  Image 1 Screenshot 40 

    First of all text that I entered inside of your form fields is cut off and entered date is not shown. You can fix this inside of your form Designer by clicking on any field and reducing Horizontal padding form 50 to 10 and increasing textbox height form 15 to 26.

    how can i get the form work properly on mobile?  Image 2 Screenshot 51

    Then add Mobile Responsive widget to make your form responsive. 

    Finally to make check box labels responsive, inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-radio-item label, .form-checkbox-item label {

    display: block !important;

    margin-left: 19px;

    margin-top: -17px;

    }

    @media only screen and (max-width: 550px){

    .form-all {

    width:100% !important

    }

    .form-radio-item label {

    white-space:normal;

    }

    .form-checkbox-item label {

    white-space:normal;

    }

    }

    how can i get the form work properly on mobile?  Image 3 Screenshot 62

    Here is my demo form: https://form.jotform.com/53264754244962? 

    Feel free to clone it.

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