I have made a text box, and I have the button to mail it, I just can't seem to figure out the code to actually send the text!
if you could help me I would be very greatful.
Thanks
Anthony
Printable View
I have made a text box, and I have the button to mail it, I just can't seem to figure out the code to actually send the text!
if you could help me I would be very greatful.
Thanks
Anthony
Well you have two options:
1) Use a server-side script to email it to you ( a lot safer )
2) Using the following format for your <form> tag:
<form method="post" action="mailto:[email protected]" enctype="text/plain">