2022-11-28
|~2 min read
|272 words
The standard behavior of a tag on submit is to send a request with all of the form’s values passed as query parameters. There are a number…
2022-11-28
|~4 min read
|780 words
A little over a year ago, I first discovered the power of and and wrote about it Better Form Submissions with Event.preventDefault and…
2022-11-28
|~5 min read
|990 words
Update: I recently revisited this use of and in the context of utilizing the appropriate event. Read about it in Form Validation…