html/javascript - how do you tsfr data from a form to and email
HI
I need to know how to tsfr data from a form to email address, subject heading and the rest into the body of the email. I have looked everywhere and cannot find anything to help
how do you tsfr data from a form to and email
Quote:
Originally Posted by
Javaboey
You can't create emails with JavaScript. You need server-side scripting like PHP.
Thank you.
I will just have to use html. emailto: for this exercise. But I can't find any instructions on how to do that. ARe you able to tell me please
how to transfer data from a form to an email using html
Thank you very much. I am new to all of this and I am doing a simple exercise where I have to use html.
I haven't learnt PHP yet and I don't want to use it in this exercise. That is next year.
I know it can be done in html but I can't find anything to help me. I need to be able to open an email
(once submit is hit) with the subject heading filled in according to an input box and the rest of the input
data going into the body of the email.
I don't care if it can only be seen in IE, or maybe there is some program you are talking about that can do it by using simple html. My computer and programs are not set up to use PHP yet.