
January 19th, 2000, 01:54 PM
|
|
Registered User
|
|
Join Date: Oct 1999
Location: Bristol, VA USA
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Is there a way to capture the contents of a form and insert that into an e-mail and send it.
When I use the following form, I get these results:
<form action="mailto:e-mail_address" method="POST" enctype="multipart/form-data">
**************RESULTS*****************
-----------------------------7d0fada2c
Content-Disposition: form-data; name="Name:"
My Name **THIS IS WHAT I WANT TO SEND**
-----------------------------7d0fada2c
Content-Disposition: form-data; name="Address:"
My Address **THIS IS WHAT I WANT TO SEND**
*********END RESULTS******************
I would like to send only the information and not the following that is currently in the email attachment.
-----------------------------7d0fada2c
Content-Disposition: form-data; name="Address:"
|