I have started working on drupal 7 few days ago ,while creating a custom module for my project I came across the form_submit hook in drupal 7 , as well as hook_form_submit.That is why I am little confused about the form submit for drupal.
Basically I need to know that what is the difference between orm_submit hook and hook_form_submit in Drupal 7 . If anyone could explain it elaborately it would be a great help .
Thanks in advance.