The Request Form is designed to place 3 key functions into one simple to
maintain page.1.) Input form to collect information from the visitor. This is
a standard type form with 6 fields. Type, Area, First Name, Last Name, Email
Address and Comments.
2.) Post the data from the form into a database. The database has matching
fields for the above form and a field for the date. The data is posted to
the database and the date is automatically added from the current date.
3.) Email the webmaster the form data. Using CDONTS the data from the form is
emailed to an email address immediately.
Source code is the single page and the Access
database.
We hope you find this utility useful in your
development.