form内で異なる機能のsubmitボタンを2つ以上設置するには,次のように書く.

<input type="submit" value="ボタン名1" formaction="パス1" formmethod="POST" >
<input type="submit" value="ボタン名2" formaction="パス2" formmethod="POST" >