Custmers can not type in the forms.

  • bearbiz
    Asked on July 11, 2016 at 7:29 PM

    https://form.jotform.com/61893747360162

  • Chriistian Jotform Support
    Replied on July 11, 2016 at 10:17 PM

    The input field's font colors were set to white, which is why the users will not see the white text inside the white input background. To resolve this issue, please inject the custom css below which will change the font of the text to black. Here's a guide that may help: How to Inject Custom CSS Codes.

     

    .form-textbox, .form-textarea {

        color: #333;

    }

     

    Custmers can not type in the forms Screenshot 20

    If you need further assistance, please let us know.