I have a form on an HTML page with multiple submit buttons that perform different actions. However, when the user is typing a value into a text input and hit enters, the bro
What about using separate forms? Maybe I'm missing something which makes this impossible :P