What is a Form?

You can think of forms as small programs. The user interface appears in the Web document; the program that determines what is done with the data is stored on the Web server. (This program is stored in a cgi-bin directory, and is commonly referred to as a cgi-bin program.) You use Cosmo Create's form tool to design the interface--the text fields, option lists--and create a template for the cgi-bin program.

You create a form to let people search for information in a database, submit an online request form, and many other things. Here are a few specific examples:

For information on constructing a form, see Building a Form. For information on writing a cgi-bin program and placing it in the proper place on the Web server, see the NetSite(TM) Communications Server Administrator's Guide.