move validation messages

I have a form with various different tabs, the save button being on the last one. Currently, if there are any errors on the form nothing happens when you click the save button and you have to click through each tab to find the fields with error messages.

Is it possible to have all the field error messages in one list as well so if you click on Save the errors appear by the relevant fields but also in a list by the save button. I’ve been searching but can’t find anything about whether this might be possible.

Something like "errorSummary"?

http://www.yiiframework.com/doc-2.0/yii-widgets-activeform.html#errorSummary()-detail

perfect, thanks for your help