Block form submit after XMLHttpRequest

@nvanbelle you can also implement server side validation on the form submission: Form Server Validations: Generic Form Validator using Javascript

This can allow you to perform the server side system-to-system check against the submitted data.