Why cant I type into the fields?

  • ndunguj
    Asked on June 28, 2016 at 6:56 AM

    I am trying to fill in the fields for one acre fund as an applicant but i cannot type into any of the fields. All the fields after the heading cannot be filled in. I am not able to type in or see what im typing in

  • John_Benson
    Replied on June 28, 2016 at 9:57 AM

    I believe that this is the form you're referring to (http://www.jotform.com/form/51091965509966). 

    I opened your form and I was able to type data in the form fields. I've tried this in Google Chrome and Mozilla Firefox. Here's a screen capture:

    Why cant I type into the fields? Image 1 Screenshot 20

    May I know what browser are you using? Also, please provide the URL of the webpage where the form is embedded.

    I noticed that the text box is too small. Maybe it is the reason why you're having trouble typing data in the text boxes. Can you please try injecting this custom CSS code to increase the height of the textbox and the font size:

    .form-textbox{
    height: 30px !important;
    font-size: 14px !important;

    Here's a guide on how to inject custom CSS code.

    Hope that helps. Thank you!