The fields of my form cannot be filled

  • ipcfix
    Asked on May 18, 2015 at 5:06 PM

    I made a from, 5 days ago, everything was ok, but after 3 days, just we can fill the first text box, and the other is not able to filled out. I don know why. Also you can check my form in following link.

  • raul
    Replied on May 18, 2015 at 6:20 PM

    I've inspected your site, but it seems like we need to enter a password to view the form.

    The fields of my form cannot be filled Image 1 Screenshot 30

    However, I presume that you're referring to this form: http://www.jotform.us/form/51326626807154 is that correct?

    If so, please try to increase the height of the text boxes by injecting the following CSS code.

    .form-textbox {
       height : 2em;
    }

    This should fix the problem.

    The fields of my form cannot be filled Image 2 Screenshot 41

    You may also http://form.jotformpro.com/form/51377013084955 which I used to make my tests.