My lecture would consist of two parts. First I would like to discuss what can a developer expect from a form library. Secondly I will show a design of one that would address all these problems.
An HTML form a the primary user interface element that allows a web application user to send data back to the web server. When submitting a form, a web browser makes an HTTP POST request to the server ...