is it possible to have more than one submit button calling different methods within a form code example
Example: two buttons in same form
<input type="submit" name="button_1" value="Click me">
<input type="submit" name="button_1" value="Click me">