Required field error message turns the background white and unreadable

  • Buscgroup
    Asked on September 26, 2017 at 3:31 AM

    Hi,  When a compulsory field is missed, the error message turns the field white and unreadable.

    Jotform Thread 1257661 Screenshot
  • Sabbir
    Replied on September 26, 2017 at 4:35 AM

    Hello,

    You can add this CSS code in your Form Designer's CSS tab to remove the background while an error occurs:

    .form-line-error
    {
      background: transparent;
    }

    Here is where to put it:

    Required field error message turns the background white and unreadable Image 1 Screenshot 20

    Let us know if you have any further query.

    Thanks.