Click to See Complete Forum and Search --> : Simple email form?


gildedsplinters
02-14-2003, 07:06 AM
I am a graphic designer new to programming and I cannot make the simplest email form work. I used a javascript to multiply two cells and get a total, I want that along with the other information collected to go to an email. I cannot make it work!

Does everything have to be inside the same <form> tag or can it be seperated <form> names in here </form> <form> products in here </form> <form> button here to send </form> or will that send nothing.

the form is located at http://www.arrowheadgloves.com/form.htm

Any and all help would be appreciated!

ScreamingCows
02-14-2003, 02:22 PM
Hi,

I looked at your source code and was a little confused by it. First off, are you trying to call a cgi-script to capture all the info on this page? If you are you are calling a .txt file located in your cgi-bin and not a cgi-script. Secondly, you need to place everything in one form. I did not see an opening form tag for where the first form started which is probably why it confused me at first.

Hope this helps,

Allan