| View previous topic :: View next topic |
| Author |
Message |
MusicManJP6

Joined: 23 Apr 2007 Posts: 12
|
Posted: Tue May 08, 2007 2:33 pm Post subject: How is this form being sent? |
|
|
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? |
|
| Back to top |
|
 |
|
|
MusicManJP6

Joined: 23 Apr 2007 Posts: 12
|
Posted: Mon May 14, 2007 3:57 pm Post subject: Re: How is this form being sent? |
|
|
| still stuck. ^bump |
|
| Back to top |
|
 |
jberry 100+ Club
Joined: 19 Mar 2007 Posts: 138 Location: Atlantic City, NJ
|
Posted: Mon May 14, 2007 6:03 pm Post subject: Re: How is this form being sent? |
|
|
| This for using more java code then I think I have ever seen. I can't find the file that submit the form but it looks like it is based on what department you enter and then it is sent to that department and all done in which I believe is java script I went through all the includes you may want to place this post in the java script sections. |
|
| Back to top |
|
 |
|