That makes sense that DB updates are out of band, and thus the user should expect successful responses even if there is bad data in the form due to client-specific customization. W...
Currently, the Forms 2.0 JS 'form' object has an attached `onSuccess` callback/handler, but no `onError` handler. Considering that the form submission is making an asynchronous req...