Description
The field validation mechanism needs to be fixed. Currently, it stops at the first field with an error, which prevents the rest from being validated. As a result, the user only sees one error at a time and has to press the validation button repeatedly after each fix. The behavior should be changed so that all fields are validated at once, allowing the user to see the full list of errors immediately.