NetForms will handle this processing for you as well, by simply creating and maintaining a simple text file. The Mailing List Sign-Up form is the example included here.
In this example, there are three files that do all the work. "TextEntry.html" is the standard HTML entry form and "TextResponse.html" is a simple document that displays a nice message after the user has submitted the form. The interesting (and very simple) file, used by NetForms to process the form is...
<TEXTSTORE>"/TextDemo/MyStore.text" "/TextDemo/TextResponse.html"</TEXTSTORE> UserName EMail HomePage Organization Release
The second file specified in the TEXTSTORE command is the name of the HTML document NetForms will show the user after they have submitted the form.
All of the following lines are simply the names of the fields on the entry form. The order in which the field names appear here will be the order they are stored in.
That's it. The tabs-delimitted ASCII file will now be maintained by NetForms. What you do with the file is up to you, but virtually all word processing, database, and spreadsheet applications will read it, when configured properly. Many personal information managers and other types of software will read the information as well.