Click to See Complete Forum and Search --> : submit form to email address


java help
12-14-2002, 05:33 PM
I new to Javasript, I'm desperate to find the script that sends a form to my email address when the submit button is clicked.

ShrineDesigns
12-14-2002, 06:22 PM
you can use the "mailto" in the form action
i don't know how well this works but it can be done
or how well mail porgrams process raw forms

AdamGundry
12-15-2002, 04:18 PM
You _can_ use the mailto: action, but the result is usually rather untidy and difficult to set up properly. A better way, if you have access to Perl or a similar server-side scripting language, is to use that to process and submit the form.

Trying searching for a "form-to-mail" script.

Adam