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

How do I make the form submit button work? Thanks.

Jimmy

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • MySpace
  • StumbleUpon
  • Technorati
  • TwitThis

2 Responses to “Can anyone tell me how to make a submit form button submit the form data to email?”

  1. HandyManOrNot - November 8th, 2009

    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.

  2. just "JR" - November 10th, 2009

    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: