1
0
-1

When an applicant types on our online forms, nothing appears. Help!

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      If you've set your body font to white and are not able to see the text as you enter content in the form fields which are also white, you may want to add this to your stylesheet: Website > Custom CSS. This will force the text to be dark gray.

      INPUT, select, textarea {
      color: #333;
      }
        CommentAdd your comment...