bradgrafelman;10974070 wrote:You'd simply need to take the form inputs and use either the built-in [man]mail/man function or a 3rd-party class (such as PHPMailer) to send the e-mail.
I find that very confusing.
I think I would benifit from being told exactly what needs to go in my php file in order for all of the above to happen. Apologies for the inconvenience (I am very new to this).
This is the html i'm using for the form:
<center><form action="Form.php" method="post">
<font face="courier new" color="Black"></font> <input type="text" name="email" /><input type="submit" name="submit" value="Join Mailing List" />
</form></center>
Thanks for your time,
Andy.