Form Validation Error Message

<div class="alert alert-danger" data-validate-error>
        <p data-message></p>
    </div>

is displaying the error message in the opposite order of appearnce of the fields so it’s a bit confusing for the end user.

Is there an way to revert theses validation message errors order ?