Hi,
We manage enabling/disabling submit button by matching field count based on "required" attribute and "user-success" class.
It works fine in case of new submission.
We also have "Save for Later" feature for the forms. We noticed that the "user-success" class does not get appended for required fields which are populated on load. This forces us to tab through all fields to enable to submit button.
Please let us know the options to avoid tabbing through populated fields in this scenario.
Thanks.