What is the difference between “Submit”and “Reset”button in a Stateless form?


Submit button
: You can use “Enter key” as well as “mouse click” to perform “onclick” actions.

Custom button: You can
use “mouse click” only (i.e) Enter key will not work to perform “onclick” actions.