Required fields - Background Colors

  • SCARHS
    Asked on October 17, 2017 at 9:12 AM

    I can not find or I can change the background colors. When the field is not filled. The full red is really too aggressive! someone can help me or I can find adjustments to this area.

    Thank you


    Jotform Thread 1275134 Screenshot
  • BJoanna
    Replied on October 17, 2017 at 11:44 AM

    If you want to disable background highlight effect of your form fields, add this CSS code to your form:

    .form-line-error{

    background-color:transparent!important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotform.com/72894500753966 

    Feel free to test it and clone it

    Hope this meet what you are looking for.