HiI have a form with fields, so when I submit this form I want email notification to be submited to two people that a form has been submitted. can someone help me with JavaScript to do that.Thanks
You can't send emails with JavaScript, it's a security thing. You'll need to submit your form to a PHP page that can do the emailing, look up 'php simple contact form' in google.