Day 18: Forms
If we really think about it, most web apps are just a way to take user input of some kind, save it and display it back in a useful or interesting way. So far we have focussed on the display aspect and not the input side of things.
Well today we lift the lid on getting user input by looking at forms. We will cover:
- Submitting forms
- Validating forms
- Making dynamic forms
- Asynchronous forms