Interface FormHandler
Handler interface for form submit events.
Methods
Method Detail
onSubmit
Fired when the form is submitted.
Parameters
- event
- an event object containing information about the form
submission
onSubmitComplete
Fired when a form has been submitted successfully.
Parameters
- event
- an event object containing information about the form
submission