View Full Version : Need Help With HTML!
Yppolitia
06-23-2006, 01:22 PM
How do you send the information from a form on my website to my email?
Thank you :)
BJ_maddog
06-23-2006, 01:30 PM
i think it has to be isp/host enabled
you should check with them
Jharaski
06-23-2006, 01:31 PM
You can't do it with HTML. That feature was disabled a couple of years ago after a lot of abuse. You can use PHP though and use the mail() function, but it's been ages since I used it.
Talos
06-23-2006, 02:06 PM
Im not sure about the code in it but it can be done, I can tell you how in FrontPage if that helps.
Right Click the object and select Form Properties, then a pop up should come up saying where you want to send it to.
It will give you the options of E-Mail Address, Database, etc.
Light Somethingorother
06-23-2006, 03:27 PM
<?php
mail("you@hi.com", "Form data", $var);
?>
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.