unable to access the form from mobile. it says page not found.

  • Hooria
    Asked on September 7, 2015 at 8:53 AM

    checking on android phones. have made mobile responsive from design as well as preferences. also copy pasted the code to make it mobile responsive from one of the threads.

     

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

    @media only screen

     

    and (min-device-width : 320px)

     

    and (max-device-width : 480px){

    }

     

    .form-line {

        padding-top : 0px !important;

        padding-bottom : 0px !important;

        padding-left : 3px !important;

    }

     

    img.form-image {

        max-width : 100% !important;

        height : auto !important;

    }

     

    #id_1.form-line {

        padding-left : 36px !important;

        padding-right : 36px !important;

    }

     

  • KadeJM
    Replied on September 7, 2015 at 11:13 AM

    If I understand your issue you mean that you have an embedded form that you are attempting to make mobile responsive with the css code you have listed? Or?

    Unfortunately, the link you provided seems incomplete since I was only taken to your main facebook page and the order form you do have listed there is a google form and not a jotform.

    If you are trying to add a jotform to your facebook page please see this guide here https://www.jotform.com/help/22-Adding-Form-to-Facebook-Pages to make sure that you have added it to your facebook page properly.