0
how to make a form that stores all data on server or website
4 Respuestas
+ 10
if you want to store it locally you can use localStorage (not working in code playground!)
in order to store it on a server you
1) need a server
2) have to know a backend language (the best for that task would be php [easy to learn, perfect to access html forms without js])
+ 7
3) And need Mysql database
😊
+ 7
@Calvin correct 😅I forgot that
+ 2
or any other database like postgresql,...