> Do I need to learn to write CGI scripts or is there an
automated process
> that
> builds the script based on the form?
A form sends data back to the server. Something on the server
has to process
this data and do something with it. It can be a CGI script or
other server
side code (ASP, PHP, CF, etc.)
If your web host already has a CGI script for you to use, you
should be able
to get instructions from them on how to use it with your form
that you
created.
-Darrel