Any other ideas or tips to make my four Jotforms look better?

  • leadPops28
    Asked on September 30, 2014 at 7:40 PM
    7. Any other ideas or tips to make my 4 jotforms look better?
  • Welvin Support Team Lead
    Replied on September 30, 2014 at 11:30 PM

    Hi,

    Maybe you need to disable the highlighting feature: 

    Any other ideas or tips to make my four Jotforms look better? Image 1 Screenshot 20

     

    Then remove the red background for when the field error appears:

    .form-line-error {

    background: transparent;

    }

    .form-error-message {

    display: none;

    }

     

    The guide is the same for injecting custom CSS codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Thank you!