I have a page with three forms.
I'd like to run different db calls corresponding to the button clicked.
I have a 2 lib functions. One validates, and the passes it to the _submit function...
How can I separate the _submit function based on which submit button is clicked?