I have a text field which needs to be highlighted if a user click's on the Next button without entering anything in the text field.
Solved
How to highlight a required text field with red colour ?
Best answer by Tom_1842
Hi there, I was able to put something like this in place by using the below CSS:
#QID1.QuestionOuter.BorderColor.TE.QID1.Highlight {
background-color: #FF0000;
}
Update the QID in the above as needed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

