Forms support the client side of the client-server relationship. When a visitor enters information into a form displayed in a web browser (the client) and clicks the submit button, the information is sent to the server where a server-side script or application processes it. The server responds by sending requested information back to the user (or client), or performing some action based on the form’s contents.