Missing text on required fields

  • Houpla
    Asked on September 11, 2015 at 5:09 PM

    http://form.jotform.us/form/52536145316149

    Jotform Thread 660464 Screenshot
  • Jan
    Replied on September 12, 2015 at 7:46 AM

    Are you referring to the text labels? The font color is white which is why they are not clearly visible when the required field is not filled up. You can change the background color of the required field error, we can make it dark so that the white text will be visible.

    Missing text on required fields Image 1 Screenshot 20

    You can achieve that by applying this CSS code on your form.

    .form-line-error {

    background-color: #666666 !important;

    }

    Here's a guide on how to inject custom CSS. Hope this helps. Thank you.