Form doesn't jump to incomplete required fields on page submission

When a user wants to progress to a new page but there are incomplete or incorrect required fields on a page, the expected behaviour is that the form jumps to the topmost errored field.

However, the current behaviour is… well, nothing (see attached gif). The page focus remains at the bottom, and there is no indicator for the user that their clicking isn’t working due to incomplete or erroneous fields.

ScreenRecording2024-01-26at08.25.37-ezgif.com-optimize

You chose to use inline errors which don’t have the autofocus behavior. If you use the default browser errors instead, it will have the autofocus behavior