Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Form Validation Errors Not Displayed for Invalid Data Submission #4

Open
coldicedcoffee opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@coldicedcoffee
Copy link
Contributor

Form validation errors are not displayed when submitting invalid data, leading to unhandled errors and a poor user experience.

Steps to Reproduce:
1.Visit any form page (e.g., registration or login).
2.Submit the form with invalid or empty fields.
3.Observe that no validation feedback is shown to the user.

Proposed Solution:
Implement proper front-end form validation with real-time feedback.
Ensure that error messages are prominently displayed for each field where validation fails.

@coldicedcoffee coldicedcoffee added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant