boyle / 2018-measure-stress

Using machine learning to investigate sympathetic activation of the autonomic nervous system (SAANS) during the treatment of mild traumatic brain injury, chronic pain, and post-traumatic stress disorder.
3 stars 1 forks source link

register new user #48

Closed boyle closed 5 years ago

boyle commented 5 years ago

New user registration button on login page does not take user to registration page. Instead it does the "submit form" action. This is because it is a "button" item instead of an "a" link.

See stackoverflow: How to create an HTML button that acts like a link?.