ASHUVINAYAK1 / form-bugged

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

All Fields Should be Required #1

Open ASHUVINAYAK1 opened 5 months ago

ASHUVINAYAK1 commented 5 months ago

Description:

The form does not enforce the required attribute for all fields, allowing users to submit the form without filling in all required fields.

Expected Behavior:

All form fields should be marked as required, ensuring that users cannot submit the form without providing information for each field.

Actual Behavior:

Users can submit the form without filling in all required fields.