-
-
Notifications
You must be signed in to change notification settings - Fork 61
Labels
application-automationissues related to automating the application processissues related to automating the application processbug👩🏽💻 returning-grad
Description
🔍 Where Found
mvp
branch in /templates/app/form.html
📝 Description
Currently, required field validation on /app-form.html
does not always trigger error messages when users attempt to continue to the next page or submit the form. This issue should ensure that:
- Error messages appear immediately when required fields are left empty
- Users cannot proceed to the next step without filling in required fields
- Validation works consistently across all form sections
❗ Why This is Important
This issue is critical for user experience and preventing incomplete submissions
⚙️ Parent Issue
Issue Number: #739
🍏 Type of Change
Bug
🎁 Acceptance Criteria
- Required fields should trigger validation messages when empty
- Users should be prevented from continuing or submitting until all required fields are completed
- Validation logic should match the expected error handling behavior
- Submit a PR that merges into the
mvp
branch, notdevelop
Metadata
Metadata
Assignees
Labels
application-automationissues related to automating the application processissues related to automating the application processbug👩🏽💻 returning-grad