I am trying to change the submit button for a form on click, to do so I have an event listener on the button click event, however, to get this to work I need to call
preventDefault
which in turn nullifies the client side validation...how does Umbraco Forms handle client side validation since the jquery validation dependency was removed?