Error messages not displayed or handled properly during form filling

Description: While filling out the form, some fields do not display appropriate error messages when invalid or incomplete input is provided. This causes confusion for users as they are unsure which fields are incorrect or why submission is failing.

Expected Result: Each invalid or incomplete field should display a clear, user-friendly error message immediately.
Error messages should be placed near the respective field.
Form should prevent submission until all required corrections are made.
Error text should be consistent (style, wording, and placement) across all fields.

Impact:
Creates confusion for users.
Reduces usability of the form.
May cause users to abandon the process.

:white_check_mark: Resolved.
Error messages are now displayed consistently near each invalid field, and form submission is blocked until all corrections are made.

1 Like