I have a form that has a submit button in it somewhere.
However, I would like to somehow \'catch\' the submit event and prevent it from occurring.
Is there s
For prevent form from submittion you only need to do this.
.....
By using above code this will prevent your form submittion.