Form disappears on mobile devices when an input field is tapped.

  • hsfsf
    Asked on October 16, 2016 at 6:29 AM
    What if we give it a shot to solve first the most inconvenient issue, which is that the form disappears when you tap on any text input field.
  • Mike_G JotForm Support
    Replied on October 16, 2016 at 8:54 AM

    I was able to see what you mean when I load your website and load your form through the "Request Quote" button. 

    As for the solution, please try to add the codes below to your website's code and see if it helps.

    <style>

         @media only screen and (max-width: 40em){

              .jt-feedback.u-responsive-lightbox.ui-draggable{

                  margin-top:30px !important;

                  top:0px !important;

                  position:fixed !important;

              }

         }

    </style>

     

    Form disappears on mobile devices when an input field is tapped Screenshot 20

  • hsfsf
    Replied on October 16, 2016 at 4:19 PM

    @Mike_G

     

    It Worked! Thank you, you were the only one able to actually help fixing it. Kudos! 

     

    Maybe you can give it a try with the CSS needed to make that same "Feedback button" from display properly...?

     

    Thanks again!

  • John_Benson
    Replied on October 17, 2016 at 2:28 AM

    Glad to hear that it is now working. On behalf of Mike_G, you're welcome.

    In regards to your Feedback button issue, are you referring to another website or form? On this thread, you provided 2 websites. We might need to create a separate thread for your other issue.

    We'll wait for your response. Thank you.