how do I disable the error highlight

  • en32
    Asked on March 22, 2016 at 11:59 AM
  • David JotForm Support Manager
    Replied on March 22, 2016 at 12:23 PM

    If you want to disable the background, like this:

    how do I disable the error highlight  Image 1 Screenshot 30

    Inject the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

     .form-line-error{

        background: transparent;

        width: 300px;

    }

    If you want to remove also the message "This field is required":

    how do I disable the error highlight  Image 2 Screenshot 41

    Also, include this code:

    .form-error-message{

    display: none !important;

    }

    Let us know if you need more help, we will be glad to assist you.