Hi, some times when we create custom form (not regular CRUD form), it is very useful to get state of field validation (isValid), specially when in crowded form, we hide some filed from user. or when we create multi step form, we need to know entered values in form fields are valid before going to next step, (because previous step are hidden from user).