Submodule 8.1: The HTML of forms
Form functionality
When you submit a form the information you have added passes from the browser to the server.
Forms are the "front-end" for the HTTP Client to send information back to the HTTP Server.
- The user fills in a form and submits it
- The browser sends the form data to the server
- The server receives the data, processes it, and sends a response
- The browser displays the response