Problem text invisible on firefox / safari / ie

  • nicolino
    Asked on July 25, 2017 at 7:20 AM

    Hi,

    Big problem, the text in all form text fields is invisible on safari / firefox / internet explorer, even when the form is embed in a webpage or in jotform link.

    As you can see on the attach file, you can write text but without seeing anything.

    It works fine only in Chrome browser.

    I tried to change fields background (color or invisible)  and gileds text colors.Try to help me asap please cause my clients can't use form.

    Jotform Thread 1207649 Screenshot
  • liyam
    Replied on July 25, 2017 at 12:02 PM

    Can you try injecting this CSS code in your form:

    input[type="text"],input[type="tel"]{
       height: 29px !important;
       padding: 1px 2px 2px 4px;
     }

    If the problem persists, please let us know.