# Web Form Example One common scenario is the typical web form, where the user fills in some fields and then clicks a button to 'submit' it to the server. For example: Sample Form Using A-Shell as a CGI Engine

Sample HTML Form Using A-Shell as a CGI Engine

Welcome to our sample form

This is an example of a typical form that asks some questions, then passes them to a CGI program for some kind of processing, and then displays a new page with the results.


Enter your name:

zip:


What is your age? 1-10 11-30 31-60 61=112



The above HTML displays a simple form that looks like this: (./images/ashref_img61.png) The most important line in the HTML for the purposes of this example is the one starting with "