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] "Input Validation and Submit Button Malfunction on 'Sell Train Ticket' Page #304

Closed
5 tasks done
Drupitha-Chandrashekar opened this issue Oct 11, 2024 · 2 comments
Closed
5 tasks done
Labels
bug Something isn't working

Comments

@Drupitha-Chandrashekar
Copy link

Description

No Input Validation: The fields for name, email, phone number, train number, etc., lack input validation. Users can enter invalid data such as incorrect formats for email and phone numbers, non-numeric values for the train number, and empty values in required fields.
Submit Button Not Functional: The submit button does not perform any action when clicked, preventing the form submission entirely.

Screenshots

Screenshot 2024-10-11 192753

Any additional information?

Input fields should have proper validation (e.g., valid email format, phone number length, numeric-only values for train number, and required fields).
The submit button should trigger form validation and submit the data to the backend for processing. Once the sell ticket form is submitted, it should be displayed on the "Buy Tickets " page.

What browser are you seeing the problem on?

Chrome

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
@Drupitha-Chandrashekar Drupitha-Chandrashekar added the bug Something isn't working label Oct 11, 2024
Copy link

👋 Thank you @Drupitha-Chandrashekar for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@Drupitha-Chandrashekar
Copy link
Author

Please assign this issue to me with gssoc-ext and hacktoberfest-accepted labels. I would like to resolve the present issues on "Sell train ticket" page. Also assign appropriate level for this issue.

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

2 participants