Description
The signup form currently lacks proper validation and feedback handling for the name and email fields.
Users are able to:
- Enter numeric or invalid values in the name field
- Submit invalid email formats without proper validation feedback
Currently, the form only displays a generic error message after submission instead of providing clear field-specific validation messages, which affects the overall user experience and reliability of the signup process.
Suggested Improvements
- Add proper validation for the name field
- Prevent numeric or invalid characters in the name input
- Validate email format before submission
- Display field-specific validation messages
- Improve real-time validation and submission feedback
Expected Behavior
- Name field should accept only valid alphabetic input
- Invalid email formats should display proper validation messages
- Users should receive clear feedback before form submission
Current Behavior
The form accepts invalid name/email inputs and only displays a generic error message after submission.
Relevant Screenshots

Description
The signup form currently lacks proper validation and feedback handling for the name and email fields.
Users are able to:
Currently, the form only displays a generic error message after submission instead of providing clear field-specific validation messages, which affects the overall user experience and reliability of the signup process.
Suggested Improvements
Expected Behavior
Current Behavior
The form accepts invalid name/email inputs and only displays a generic error message after submission.
Relevant Screenshots