Users expect to be able to hit the enter key to submit a form. This PR adds an OnKeyDown listener to the form. The submit button was changed from a next link back to a normal button with an onclick handler which submits the form using the same function as the OnKeyDown == Enter event.
This branch was created off of #119 for easier rebasing
Closes #117 Closes https://github.com/tulsaschoolsdata/courses/issues/118
Description
Users expect to be able to hit the enter key to submit a form. This PR adds an OnKeyDown listener to the form. The submit button was changed from a next link back to a normal button with an onclick handler which submits the form using the same function as the OnKeyDown == Enter event.
This branch was created off of #119 for easier rebasing