Check allconditions before executing aftermath.

Check allconditions before executing aftermath.

I am working on a live validation function. The problem is that the aftermath of the conditions in the function executes executes before the last part is met. The entry validation indicator should not turn green until the conditions are met, however this is not the case.

The indicator turns green after the third condition is met. It should not, until all conditions are met. Any suggestions on how I can solve this problem.