How to solve the problem of form validation in Boostrap?

there is a page form that is validated with bootstrapValidator. The problem with
now is that if a form has a validation pass or failure, other input borders will change color as well.
for example, the input tag of the position has been verified, and the borders of other tags (password, age, height) change color with the position, although they are not filled in.

Apr.26,2021

when the form validates elements, all input should be selected. It should be fine to distinguish input by adding a special class name. You can switch class names directly with toggleClass.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3aa7a-2c212.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3aa7a-2c212.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?