We have implemented as custom submit button on form so that we can better control when the button appears. The same logic has been implemented on several other processes. However this particular process a "Dependents" collection where users can add names of dependents , as needed. The issue we are running into is that the submit button seems to disappear, although the field rule conditions are met, every time a new row is added to the collection (see below). I originally believed it was due to some J/S we have on the form, but I have tested by removing all of the code and the issue still persists. Looking for a recommendation as to stop , what I believe to be, the reloading of the page without the execution of the field rules.
Submit showing Prior to clicking ADD
Submit button disappears after clicking "Add"