Skip to content

Email and Phone Inputs Not Validated #54

@Alphabeas

Description

@Alphabeas

Hi @sunilkumar2170
The email and phone number fields currently accept invalid inputs.

Email field accepts invalid formats like "abc", "test@", etc.
Phone number field allows alphabets and non-numeric characters.

Expected Behavior:

Email input should validate standard email format.
Phone number should accept only numeric values (e.g., 10 digits).
Proper error messages should be displayed for invalid inputs.

Steps to Reproduce:

Open Resume Builder
Enter invalid email (e.g., "abc")
Enter alphabets in phone field
Observe that inputs are accepted without validation

Proposed Solution:

Add regex validation for email
Restrict phone input to numeric characters only
Display error messages for invalid inputs

I would like to work on this issue under GSSoC 2026.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions