I am new to sending forms via email, but I cannot for the life of me figure out how this form is being sent:
http://www.wawa.com/customerrelations/cr-home.asp
They are using javascript to validate the fields that are required, but then what? The last command the javascript runs if all fields are valid is:
passedForm.submit();
But what is that actually doing? Is it emailing the info to someone somehow (If so HOW?)? Or is it just adding entries to a database? I'm confused.
A customer of mine wants the above linked form on their website with the ability to have it sent to different email recipients based on the category that is selected at the top of the form. Can ANYONE help with this?


