Form text box not working using Mozilla Firefox

  • dbbweb
    Asked on August 2, 2017 at 3:04 AM

    Hi

    form not working in firefox browser.

    Jotform Thread 1213603 Screenshot
  • John_Benson
    Replied on August 2, 2017 at 4:52 AM

    I checked the form (http://www.jotformeu.com/form/70223322631341) in the Mozilla Firefox and I was able to replicate the issue. To fix it, please add this Custom CSS Code to your form:

    .form-textbox {

      padding: 0px 5px 0px 5px !important;

      height: 28px !important;

    }

    Here's a guide on how to inject CSS to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Form text box not working using Mozilla Firefox Image 1 Screenshot 20

    If you have questions, please let us know. Thank you.

  • dbbweb
    Replied on August 2, 2017 at 5:44 AM

    Thanks :))