Mandatory Fields Validation Not Working on Page #678
rajeshcherukumalli
started this conversation in
Bugs
Replies: 1 comment 2 replies
-
Ideal fix: FormComposerV2 must check for required fields in multiple forms the same way it does for single forms so we can maintain a consistent way of handling missing mandatory fields. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mandatory field validation is not being handled properly across multiple forms in the Case Filing process. Since FormComposerV2 does not check for required fields, users are unable to see which fields are missing on various pages.
Proposed Solution:
Implement a modal across all case filing pages that lists missing mandatory fields for each complainant. This will provide clear visibility of incomplete fields and ensure accurate form submission.
Impact:
Users may submit incomplete information without realizing required fields are missing.
No visual indication of errors, leading to delays in the filing process.
Expected Behavior:
For every page in the case filing process, clicking "Continue" should trigger a modal displaying a list of missing mandatory fields, ensuring all required data is provided before proceeding.
Beta Was this translation helpful? Give feedback.
All reactions