Text not visible while filling the form

  • pawelch2
    Asked on March 19, 2019 at 12:00 PM

    How can I get the cursor to show up on my form questions.  Also, when the questions are answered, the answer is not visible to the person filling out the form.  How do I fix that?

  • Nick_So
    Replied on March 19, 2019 at 1:27 PM

    You can change the text color of your text boxes and that will resolve your issue. To do this, please follow the steps below:

    In order to change the color to black(for example), please inject this custom CSS code to your form:

    .form-textbox{

    color:black;

    }

    For more details on how to inject custom CSS codes, please refer to the guide: How-to-Inject-Custom-CSS-Codes

    I have cloned your form and made the required changes. Here is the link to the cloned form: https://form.jotform.com/90775449129973. You can clone this form for your reference.

    Let me know if you have any further questions.