How to set different colour for required field for ENTIRE preject
This topic is locked
How to set different colour for required field for ENTIRE preject
2/12/2012 11:41:40 AM
PHPRunner General questions
C
CK. author
I need to set a specific color for required fields in the form for my entire project. I don't want to do it form by form but do it once for all forms. Change it in CSS or JavaScript?
Nobe. Currently there is an red to indicate the field is REQUIRED. But I need to make the input area having different color said pink for my entire project (all data entry forms). So, user will know the pink color input field(s) are mandatory. This is more better way to tell user that the particular must be filled. Otherwise they need to look for the small red [color="#FF0000"]*. Maybe create an css element for .required, when I change it from pink to light blue, then all required fields color changed to light blue.