How to hide required field error message at the bottom of the form?

  • pete_ng2sbcglobal
    Asked on January 7, 2019 at 11:24 AM

    Hello,

    Is there a way to prevent the red error text from showing up at the bottom of the page if any required field is not completed?

    I have provided a screenshot and circled the area where the red text is showing up but don't want to be there at all.

    Thanks


    Jotform Thread 1691937 Screenshot
  • Ashwin JotForm Support
    Replied on January 7, 2019 at 12:55 PM

    Please inject the following custom css code in your form and that should solve your problem:

    .form-button-error {

        display: none !important;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes