ASHUVINAYAK1 / form-bugged

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

Data Should be Stored in Local Storage After Clicking Submit #4

Open ASHUVINAYAK1 opened 5 months ago

ASHUVINAYAK1 commented 5 months ago

Description:

The form does not save the submitted data to local storage.

Expected Behavior:

Upon submitting the form, the entered data should be saved to local storage, allowing it to persist even if the page is refreshed or closed.

Actual Behavior:

The submitted data is not saved to local storage.