Unable to type in the fields

  • americanbullyrescueont
    Asked on May 30, 2017 at 7:17 PM

    People are unable to type in the fields for our adoption application. Tried on mobile and desktop.

     

  • Chriistian Jotform Support
    Replied on May 30, 2017 at 9:35 PM

    I checked your form (https://form.jotform.com/70978733464267 ) and I noticed that the font color of the input text on fields is white. In fact, you can type in the fields, but the only problem is the font color which results into typed texts not visible.

    To fix this, you need to inject this custom CSS on your form:

    .form-textbox, .form-textarea {

        color: #000000;

    }

    .form-radio-item:not(#foo) label:after {

        background-color: #000000 !important;

    }

    .form-checkbox-item:not(#foo) label:before {

        background-color: #000000 !important;

    }

     

     

     

    Unable to type in the fields  Image 1 Screenshot 30

    Here's the guide on How to Inject Custom CSS Code.

    Result:

    Unable to type in the fields  Image 2 Screenshot 41

    Hope this helps.
    Regards.