What you describe is form processing, which requires some sort of scripting. Database functionality is not required but you need to process the form elements with Java, Perl, CGI, PHP, Python or ASP. These scripting languages allow you to do any of the following with the form data:
1) email data to an email address
2) store the data in a flat text file
3) store the data in a database application