silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
720 stars 820 forks source link

Multiple HeaderFields in UserForm creates WCAG Duplicate ID issue #11242

Closed holyavocad0 closed 1 month ago

holyavocad0 commented 1 month ago

https://github.com/silverstripe/silverstripe-framework/blob/f60e1bc236cf5c238351d8f88e729b76d812334f/src/Forms/HeaderField.php#L61

The HeaderField class has no template to override and the getAttributes() method is not extendable (updateAttributes)as a DataExtension so there is no way to customise this behaviour at the moment.

GuySartorelli commented 1 month ago

Thanks for creating an issue - however, I'm going to close this because it doesn't use the issue templates. Please use one of the issue templates to create an issue, and fill out all of the information requested.