Hover text overlapping the input field in mobile view

  • slobcorg
    Asked on September 11, 2017 at 4:14 PM

    The toasts for Name and date are hiding the fields and make it very difficult to enter data.  I deleted the toasts, but in past they helped keep people from messing up section 2 of form.

    See attached screenshot.

    Vickie Backman

    Slobc.org

    At century-registration@slobc.org Hover text overlapping the input field in mobile view Image 1 Screenshot 20

     

  • jonathan
    Replied on September 11, 2017 at 5:03 PM

    I test your form on a mobile browser but I could not see the issue anymore.

    Hover text overlapping the input field in mobile view Image 1 Screenshot 40

    If I understand correctly you were referring to the Hover Text in the name field that was blocking the input field in mobile view.

    Example:

    Hover text overlapping the input field in mobile view Image 2 Screenshot 51

     

    Hover text overlapping the input field in mobile view Image 3 Screenshot 62

     

    But I do not see the hover text in the field anymore at this time on your form. You must have removed it already and it had resolved the issue.

    Please let us know if you require further assistance.

  • slobcorg
    Replied on September 11, 2017 at 5:17 PM

    As I said, I removed them!!   They were directly in the way and prevented use of the fields. Your people should try setting up a form with name and looking at it on a Galaxy S5.  I don't expect that you are going to code a proper change to this issue this minute, just informing you of a problem.

    I need the form working right now, and I fixed it in a very drastic way, remove the problem.

     

  • jonathan
    Replied on September 11, 2017 at 5:42 PM

    We apologize for any inconvenience caused. Actually the hover text description can also be re-positioned in the form using custom injected CSS codes. It can be positioned in a way it will not be blocking the input field even when using mobile browser.

    I will make a test of the custom CSS code needed so it will work on your form. I'll get back to you as soon as I have the solution.

    Thank you.

  • jonathan
    Replied on September 11, 2017 at 5:55 PM

    I was able to come up with the correct CSS codes needed. 

    Hover text overlapping the input field in mobile view Image 1 Screenshot 30

     

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

    #id_40 div.form-description {

     

        right: -30px !important;

        top: -40px !important;

    }}

     

    result:

    Hover text overlapping the input field in mobile view Image 2 Screenshot 41

     

    You can also try my test form on your mobile device browser https://www.jotform.com/72536630152956

    Let us know if you need help with this resolution.