Open eartharoid opened 2 years ago
Also improve client-side validation (especially for questions), perhaps with https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation (https://www.freecodecamp.org/news/form-validation-with-html5-and-javascript/).
Client-side validation is fine for private bots but server-side validation is needed for two reasons:
Use joi schemas.