How to create a custom backend form processing before submission and validation in Magento 2
For the standard jQuery .submit() method your submit event handler will be triggered after the standard form validation, but it could be inconvenient. Luckily, Magento 2 backend forms fire a custom beforeSubmit event: Continue Reading