Safari and firefox doesn't show my text in the form

  • mwehdeking
    Asked on September 9, 2016 at 12:44 PM

    Hello, I just notice when I write in my form on Safari and Firefox the text doesn't show 

     

  • BJoanna
    Replied on September 9, 2016 at 2:31 PM

    I have tested your form and I was able to replicate mentioned issue. To resolve it, please add this CSS code to your form:

    .form-textbox, .form-textarea, .form-dropdown {

        padding-top:0!important;

        padding-bottom:0!important;

    How to Inject Custom CSS Codes

     

    After that your form should look like this in FireFox.

    Safari and firefox doesnt show my text in the form Image 1 Screenshot 20

    Here is my cloned form where I added mentioned CSS code: https://form.jotform.com/62525785291968 

    Feel free to test it and clone it.

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