Form fields on Mobile not working

  • JourneyELC
    Asked on August 11, 2019 at 10:28 PM

    Hi


    The text box fields on all our forms don't work - you can't actually see what you have typed. Can we fix this?



    Jotform Thread 1923354 Screenshot
  • Nik_C
    Replied on August 12, 2019 at 2:28 AM

    I inserted this CSS to your Custom CSS field:

    .form-textbox {

        height: 25px;

    }

    That should fix the problem.

    Thank you!