Unable to input in text fields of form.

  • jcrowe
    Asked on March 2, 2016 at 9:37 AM

    I have a form...

    https://form.jotform.com/60565338358968

     

    that has three text entry fields.  They appear based on conditions.  When I preview the form, and the entry fields show up, they will not allow any text entry.  As a test, I added another text entry, called Test, with no conditions.  The same thing occurs.  Additionally, when going to the Design mode, it will not allow you to edit or even change in the CSS. 

  • Ashwin JotForm Support
    Replied on March 2, 2016 at 11:44 AM

    Hello jcrowe,

    I did test your form and I am able to replicate the issue you are having. The issue seems to be caused because of the following custom css code you have added in your form:

    .form-input.jf-required {

    display : table-column;

    }

    I have removed this above custom css code from your form and that seems to have fixed the issue.

    Do test your form again and get back to us if the issue persists.

    Thank you!