Words arenot showing up in field boxes

  • blissphotography
    Asked on August 23, 2016 at 5:46 PM
  • jonathan
    Replied on August 23, 2016 at 11:05 PM

    I have noticed the problem on your form http://www.jotform.us/form/62354975556165 as well.

    Words arenot showing up in field boxes Image 1 Screenshot 30

    Its because the input box text-color were set to white and the background were white color as well.

    If you want the text-color to black, you can add CSS code to the form like this.

     

    .form-textbox {

        color : #000000 !important;

    }

    Words arenot showing up in field boxes Image 2 Screenshot 41

     

    Let us know if this did not work.