A simple way to find out which form submit event was executed using JavaScript
https://javascript.plainenglish.io/how-to-listen-to-the-form-submit-event-in-javascript-f991b6dac01a
#form #submit #event
  
  https://javascript.plainenglish.io/how-to-listen-to-the-form-submit-event-in-javascript-f991b6dac01a
#form #submit #event
Medium
  
  How to Listen to the Form Submit Event in JavaScript
  Sometimes, we want to listen to the form submit event with JavaScript so that we can do something with the form data on client-side.
  