abhishekraoas / MCA-Alumni-Network

We are Creating a MCA Alumni Network where we can connect with the our Senior's / Alumni
https://mmmut-mca.vercel.app/
33 stars 84 forks source link

Improve Form Input Handling and Validation #145

Open agrawal-2005 opened 1 month ago

agrawal-2005 commented 1 month ago

Currently, the registration form handles input changes at the form level instead of individually for each field. This can lead to difficulties in maintaining and updating the code. Additionally, after successful registration, the form fields do not reset, which may confuse users.

Proposed Changes: Individual Input Handling: Update the form to handle input changes for each field separately. This will enhance code maintainability and readability. Reset Form Fields: After a successful registration, clear the form fields to provide immediate feedback to the user and enhance user experience.

here i am attaching the screenshot:-

Screenshot 2024-10-10 at 12 27 10 AM

Could you please assign this issue under gssoc-ext to me? I would be happy to implement these changes.

github-actions[bot] commented 1 month ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

agarwalhimanshugaya commented 1 month ago

@agrawal-2005 you can start to work on this