Skip to content
Cliff Parnitzky edited this page May 11, 2017 · 1 revision

Adding special CSS will show the difference between mandatory and dependent mandatory form fields.

This is only an example:

label.dependent.mandatory:after {
	content: '(*)';
	font-size: 9px;
	vertical-align: super;
	color: #FF7777;
}

With the css above, a form like the following will be created:

Clone this wiki locally