Updates validation summary partial so that summary list items link to the form input where the validation error, rather than the form input's containing group.
Why
So that the input is correctly focussed when the link is clicked/used.
How
Update summary partial href to link to the input by id rather than its group.
What
Updates validation summary partial so that summary list items link to the form input where the validation error, rather than the form input's containing group.
Why
So that the input is correctly focussed when the link is clicked/used.
How
Update summary partial href to link to the input by id rather than its group.