Required Fields (Special Color)

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 27, 2010   (RSS)

Re: [concrete] Required Fields (Special Color)

By Damon - April 27, 2010

Hi,

Is there a way to make field labels of required fields display a different color


One way would be to add a span to the Field Label and then apply a color like this:
<span style="color:red;">Title</span>

Then where ever "Title" appears, it would be red.

Another option could be to add "* required" before or after the field.

All theses options can be done in the Section Editor and clicking "modify" for the field in question.

Hope that helps!
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Damon] Required Fields (Special Color)

By concrete - April 27, 2010

Thanks Damon,

I'll go with the second solution.

The first solution works but causes the html to show in the javascript pop up which confuses users.

Ideally it would be cool, if i could select a color for required fields in General Settings. And the software automatically changed the color.