525
Angry programmers noise getting louder and louder
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
No. A form can't do anything except send data to a server or get handled in the browser by Javascript (or Typescript or whatever). In either case, HTML is not capable of storing or retrieving anything on its own. It only provides an interface for potentially doing that.