Why are some of the questions on my form unable to be filled out?

  • gabzciofani
    Asked on July 18, 2015 at 2:06 AM

    Hello,

    I have created a form and I have over 400 people who may be trying to use this form. I have had two successful submissions and I have since edited the form, however I'm not sure what I have done wrong because now I am unable to click and fill out all of the fields on the form. When I hover over the name field and click on it, I am unable to fill it out. The same goes for the next few questions on the form. How can I fix this? 

  • abajan Jotform Support
    Replied on July 18, 2015 at 4:00 PM

    Hi,

    Upon inspecting your web page with Chrome's developer tools, I discovered that there's a div (division) which lies over the top portion of the form. Once any part of the form slides under that div, the user will not be able to click it with the mouse. Please see the following screenshot:

    Click the image to enlarge it

    Why are some of the questions on my form unable to be filled out? Image 1 Screenshot 30

    (Note that I stated, "with the mouse" because the keyboard could be used to reach them but most users won't be aware of that.)

    Therefore, one solution would be to decrease the height of the div, so that it no longer encroaches on the form's space. That can be accomplished by going into the appropriate style sheet of the page and removing the min-height declaration from the rule shown below:

    Why are some of the questions on my form unable to be filled out? Image 2 Screenshot 41

    If you need further help with this, please let us know.

    Thanks