Form submission is the operation for which the data user input are going to be processed by a form submission handler implemented by a Drupal module.
Form submission is the operation for which the data user input are going to be processed. Usually the form submission handler saves the data in a database table, but in some cases a module just outputs some data based on what users entered.