We should audit all our forms and fix any inconsistencies with focus, tab, shift + tab and enter behavior. The expected behavior is as follows:
Tab navigates to the next input.
Shift + tab navigates to the previous input.
Enter submits the form.
Space toggles checkboxes/dropdowns.
Note: We should make sure that tabbing cycles through the form in an order that makes sense, usually top to bottom.
Here's a list of forms to be audited: