Sure, the key is to set up your form tag correctly:
<form method="post" action="mailto:xxx@xxx.xxx" enctype="text/plain">
Of course you would replace all the xxx stuff with the email address you would like to send to. Upon subbmission, the data that was entered into the form and seleceted by the user will be emailed to you.
For a full blown tutorial see:
http://developer.netscape.com:80/vie...to/mailto.html