To add the required style to a CSS file:
-
Edit a CSS file that is referenced by the wrapper of any pages that contain required form fields. Typically, the file is named default.css (or similar) and resides in an /assets folder in Website Explorer.
-
Add the following (or any compliant variation) to the style sheet:
-
Save, upload, and publish the edited .css file as needed.
.formWidgetRequired { border: 2px inset red; }
In this example, required fields will display with a red border.