Skip to content

[Feature] Enhance signup form validation and user feedback handling #263

@Deepakchwdhry

Description

@Deepakchwdhry

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

Image

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions