It is my understanding that javascript cannot be used to send form information via email. Is this correct? I have someone telling me that it can be done.
It is my understanding that javascript cannot be used to send form information via email. Is this correct? I have someone telling me that it can be done.
You can open an email program from JavaScript (assuming your visitor has one that can be opened) and use that to send an email.
The only way to send an email automatically without opening a separate program is to use a server side script.
Thank you. That's what I thought.![]()