I see that all the validators are on the form fields. But before submit, I still need to cross-check form fields (the form fields have special relationships, for example, four fields together need to meet a certain rule) although the individual fields pass validation. On the server side, I can handle it in the submit listener. How can I do it on the client side?
Thanks.