PDA

View Full Version : mailing a form


Cmrdrv
08-21-03, 04:14 PM
how do i mail a form with out a message box popping up saying your about to mail this to such and such. Heres my code right now

<form name="form1" method="post" action="mailto:cmrdrv@hotmail.com"><br>
<input type="text" name="textfield"><br><br>
<input type="text" name="textfield2"><br><br>
<input type="text" name="textfield3"><br><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="reset">
</form>

YourPHPPro
08-21-03, 04:16 PM
Use a form-to-mail program. PHP scripts like that can be found at:

http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/index.html