Some Help Required

Discussion in 'HTML & Website Design' started by ashish1987, Aug 24, 2007.

  1. #1
    Hey
    I have these two forms on the under given pages. What i want to do is that when someone presses the Submit button, i want all the information to be sent to an email id i specify.

    Can this be done using THESE very forms or if not can someone help me in getting or making a form (using php i guess) which does the same.

    Please help me out with this

    Form 1 : http://lsrcomquest.com/Debate application Form.htm

    Form 2 : http://lsrcomquest.com/Business Proposal - Application Form new..htm

    Really need this done in a rush guys
    Thanks :)
     
    ashish1987, Aug 24, 2007 IP
  2. pfek

    pfek Member

    Messages:
    98
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #2
    You have to use PHP mail function. Put the action of your form to something like mailform.php and put this code in it :

    
    mail($TO, $subject, $message, $h);
    
    PHP:
    Use the params of your form to fill the vars.
    You could use phpMailer too
    http://phpmailer.sourceforge.net/
     
    pfek, Aug 24, 2007 IP