Hi, I've noticed when using the {% error_summary form %} tag with RadioSelect widgets, the error summary doesn't correctly link to the first checkbox as is expected by the GDS guidelines. I think this is happening because the GDS error summary expects the checkboxes to have IDs id, id_2, id_3 etc, but it seems like the widget default behaviour is to set the first checkbox ID to id_1. Thank you!
Hi, I've noticed when using the
{% error_summary form %}tag withRadioSelectwidgets, the error summary doesn't correctly link to the first checkbox as is expected by the GDS guidelines. I think this is happening because the GDS error summary expects the checkboxes to have IDsid,id_2,id_3etc, but it seems like the widget default behaviour is to set the first checkbox ID toid_1. Thank you!