I would like to create an HTML form with one field for user name, a second under it for password, and then below that a row containing two buttons, one to login and another to register.
I want the 'Log In' button to submit the form. I don't want the register button to submit the form, but rather take the user to a different page. How can I get the two buttons to appear in row with each other and have the behavior that I described?