Web Form Software
- for displaying and processing web forms
The Two Bits of a Web Form
You can build a bit of a web form (the bit you see) with any html editor or even a text editor like NotePad. It is simply a collection of html tags. When you view this collection of html tags in a web browser you see the Displayed Form. The other bit is not quite so obvious, but it does all the work, it is the processing script. We have divided the web form software into two sections Form Processing Software to process the form and Form HTML Software to display the form. You will also find some software is included in both sections as it assists you to not only build the displayed form but also process and deliver the form data.
To gain a little more insight into how a form works please refer to our Form Tutorials.