Closed TimJentzsch closed 3 years ago
If I submit an empty form, all of the errors show up, but it also nukes all of the form input labels:
Expected behavior from #159
Breaks on error rendering -- see above screenshots for details
Good catch -- should be fixed now!
Relevant issue: N/A
Description:
This removes the JQuery used in the form validation code in #159. The functionality should be identical, to the best of my knowledge.
I also removed a potential attack vector for script injection and handling in case that the forms don't have the expected structure.
If we are to proceed with this, first move this PR and then #159.
Checklist: