Can anyone tell me how to make a submit form button submit the form data to email?
Mark T asked:
For example this is my site: http://fsftoday.com/employment.html
For example this is my site: http://fsftoday.com/employment.html
How do I make the form submit button work? Thanks.
Jimmy













2 Responses to “Can anyone tell me how to make a submit form button submit the form data to email?”
The form submits from the user’s PC to a web server. If you have a server-side application or script to accept the form submission and send it to an email server, generally within the same firewall, this is possible. However, as a rule, you don’t submit a web page to any old mail server.
You do it using two files. (You can also use the same file, but it is a bit more complicated!)
SIMPLE HTML FORM to EMAIL (Php)
Your index.html file:
Your name:
Your password:
Your email:
Your emailfwd.php file: