``` $(this.element).submit(event => {console.log('Submitted')} ``` Submitted gets logged twice. Once by JQuery catching submit. And once by `verify.js` sending the submit again.