Question:
Submitting Form Data?
dudeboy
2007-10-18 19:22:38 UTC
How do I have form data on my website emailed directly to me? I am not familiar with any type of scripting, I only know XHTML and CSS.

Right now I am using a form processing service, and I wanted to know if there was some way I could do it without it costing me anything.
Three answers:
Eeyore
2007-10-18 19:35:08 UTC
Can not use form submitting data to able to send email.

You have to learn Script language to send email.
mayra
2016-05-23 17:30:42 UTC
If you use a scripting language like php, you can have the form data saved to a file.... If you are using HTML, then forget it. You could have it sent to your email or something though.
Dave H
2007-10-18 20:45:50 UTC
It can be done with a simple javascript function and a button to submit the form.



Here is an example.



http://www.thehansens.com/free/FreeEmailForm.html



The javascript just lists the values on the form in an email to you.



Try the page.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...