-
-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Page where problem found?
Standardize error handling across all forms. The issues have been identified in the following forms:
app-additional.html
app-form-admin.html
app-references.html
app-questionnaire.html
app-long-text.html
app-household.html
app-form.html
app-form-details.html
Type of problem
The Application Form only renders error messages after the full form has been submitted. To enhance the user experience and ensure smoother navigation, we need to implement a function that performs validation and displays relevant error messages each time a user proceeds to the next section or page of the form.
The following form templates are affected:
-
app-additional.html
-
app-form-admin.html
-
app-references.html
-
app-questionnaire.html
-
app-long-text.html
-
app-household.html
-
app-form.html
-
app-form-details.html
- no error handling required, no user input captured
A checked box indicates that a ticket is currently in progress for that specific form.
This will render a clean checklist in Markdown. Let me know if you'd like any modifications!
Suggested Solution
Standardize error handling across all forms by reviewing the current methods implemented in the tickets where error handling is already being worked on.