I have a form with two buttons - [1] Create [2] Cancel. By default if a user clicks on any of them, the form gets submitted. However, I dont want to do that. I want to call a javascript function on cancel and form submit (as usual) on create. How can this be achieved?