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
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/