Input form text wrong color on Firefox

  • sngils
    Asked on June 6, 2017 at 2:12 PM

    Hello,

    Fyi, we received report of that this JotForm is not appearing properly in Firefox (the input text same color as background color, so appears invisible).  

    It seems to work fine in Chrome.  Here is link to page with form: http://www.iloveseattle.org/networking-guide/nav-main-community/contact-seattle-networking-guide.asp

    Many thanks!

    Gerard 

     

     

  • BJoanna
    Replied on June 6, 2017 at 3:24 PM

    I have tested your form and I was able to replicate mentioned issue. This issue is not related to text color, it is related to padding of text box fields. 

    To resolve this issue, add this CSS code to your form:

    .form-textbox {

        padding: 0px 10px!important;

        height: 36px!important;

    }

    How to Inject Custom CSS Codes

     

    Here is my demo form: https://form.jotformpro.com/71565654687976 

    Feel free to test it and clone it.

    Hope this will help. Let us know if you need further assistance.