+ 2
How can I save HTML forms with javascript
When I collect the data from the html form i want to save it so if the user want to enter again he just have to enter his password
5 odpowiedzi
+ 1
You might find this helpful: https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
+ 1
Ahmed Anas The easiest way to achieve that is to use the Firebase database. After collecting the information from the form, just save it to the database. And later just use the username to get a specific user's information :))
If you don't know how to use Firebase, just google it :))
+ 1
If when you say save you think to data base forget it now , javascript can't add datas in a data base but in js there are local storage and indexedDB who permit to save information in the user's PC
That is the MDN Documentation
https://developer.mozilla.org/fr/docs/Web/API/API_IndexedDB
+ 1
Save all form's datas with cookies
That's weird
- 1
Use cookies.