ASHUVINAYAK1 / form-bugged

form-bugged
https://form-bugged.vercel.app/
0 stars 6 forks source link

Email Should Contain Email Format #2

Open ASHUVINAYAK1 opened 5 months ago

ASHUVINAYAK1 commented 5 months ago

Description:

The email field in the form does not validate the input to ensure it matches the email format.

Expected Behavior:

The email field should validate user input to ensure it matches the standard email format (e.g., "example@example.com").

Actual Behavior:

Users can input any text into the email field, even if it does not resemble a valid email address.