Clicking off required field problem

  • realtyinvestnv
    Asked on August 17, 2017 at 6:45 PM

    if I click off a required field without answering it, the question becomes whited out and covered with an error message so i can't even go back to read it and complete it

    Jotform Thread 1226443 Screenshot
  • John_Benson
    Replied on August 17, 2017 at 9:17 PM

    I checked the Page URL that you have provided and I was not able to replicate the issue. Here's a screenshot:

    Clicking off required field problem Image 1 Screenshot 30

    If you want to remove the background color red, please add this Custom CSS Code:

    .form-line-error { 

        background-color: transparent !important;

    To add a Custom CSS Code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's the result:

    Clicking off required field problem Image 2 Screenshot 41

    I hope that helps. If you have questions, please let us know. Thank you.