Refactor forms
therungg opened this issue · 0 comments
therungg commented
The forms (contact form, edit user form, edit run form) use some custom built logic for submitting and validating them. This is not a good solution and should just use some forms library.
The reason for this is I want to make more forms in the future (creating/editing tournaments for example), and it's not a good way to do it right now.