Showing required fields before validation

It’s pretty standard to show some sort of indication as to what fields in a form are required as soon as the page loads. EWL doesn’t have any support for this that I know of. Is it possible to indicate this other than to manually add an asterisk using labelOverride? (Actually canonical doesn’t even have this - I guess you could use labelAndSubject but then you’d get really weird validation messages.)

1 Like