Survey not showing typing

  • Childhooddoneright
    Asked on August 26, 2020 at 4:21 PM

    When our customers fill out one of our forms, it does not show them what they are typing - it sends to us, but it is blank on their end. Can you help?

  • Mike
    Replied on August 26, 2020 at 9:15 PM

    This is caused by the font color. You can try adding the next CSS to your form in order to fix the inputted font color:

    .form-textbox, .form-textarea {
    color: #3e4e1a !important;
    }

    Survey not showing typing Image 1 Screenshot 20

    If you need further assistance, please let us know.