I have created a an HTML form and I want the
data submitted to me via email.
I have almost got it working.
I can fill out the data and click submit...
and it tells me thank you etc...
But I never receive the email, nor do I receive
any errors.
Any thoughts or suggestions?
I have been able to make it work just
using
Code:
<FORM METHOD="POST" ACTION="mailto:user@domain.com">
but I would rather use cgi.
Thanks in advance!
BD
|