how to have 2 submit buttons on one form and one of them to redirect to another page 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">