Submitted info to server then to be emailed?

In the words of Richard Hell,
Please kill me.

My 4th post today.

How might I submit a form’s info to a server that then sends the text as an email?

*:slight_smile: Scottie

I can design a city but can’t fix a pipe.

do you have to send the form to the server??? why dont you just have it emailed upon submit? what are you trying to do? is it in flash or html?

Grim

Thanks for responding. I thought input text fields had to be read by a server-side script first. If not, how do I email it directly from the form with an anonymous “Submit” button?

Thanks,
Scottie

the only time the serverside script does anything is on submit. in php for example, all you need to do is use the mail() function in the php file and include whatever parameters you want.