How to call a JavaScript function on submit form?

The onsubmit event occurs when you try to submit a form. You can put your form validation against this event type. The following example shows how to use onsubmit. Here we are calling a validate() function before submitting a form data to the webserver. If validate() function returns true, the form will be submitted, otherwise it will not submit the data.

The HTML code snippet.


Updated on: 2019-07-30T22:30:21+05:30

16K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements