The form field is typing the font white.

  • obiomaevents
    Asked on March 3, 2022 at 10:32 PM

    The information typed into the form fields are only black if it’s auto filled.

    Please help.

    https://form.jotform.com/220537719908161

  • Ozgur JotForm Developer
    Replied on March 4, 2022 at 3:08 AM

    Hello obiomaevents,


    It's possible to change the color of the auto-filled form field using CSS code.

    Click the Form Designer and paste the CSS code into Styles -> Inject Custom Css. 

    .form-textbox {

        color:#000!important;

    }

    6Z6Ut4QrG5Hei9F0trd1Kfju8NGU0XNlLrqvNyAo Screenshot 10

    You can check  this guide if you need help injecting custom css codes.

    If you need further assistance, please let us know.