Skip to main content
Nintex Community Menu Bar
Question

How to put a small asterik on top of required fields, instead of making them red

  • July 10, 2024
  • 1 reply
  • 17 views

Forum|alt.badge.img

How do I Put a small asterik on fields to show them they are required, instead of OOO way of making them red

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+5
  • July 10, 2024

You could add some custom CSS. For example an asterik after the label on a field editor looks like this.

.nx-basicfieldeditor-item-label.required:after&nbsp;{<br>content:&nbsp;'*';<br>}