Click to See Complete Forum and Search --> : Can I Make The Submit Button....


ufcdanny
04-07-2006, 11:32 PM
Is there any way that I can get the data entered in a text box E-Mailed to me when the "Submit" button is clicked?


Thanks

balloonbuffoon
04-08-2006, 12:44 AM
You'll have to use a serverside language such as PHP or ASP. Or your webhost might provide some sort of form mail program.

--Steve

geraelindsey
04-11-2006, 08:17 PM
Which HTML editor are you using? FrontPage? Dreamweaver?

Here is a tutorial for FrontPage:
http://www.webworkshop.org/frontpage/forms_tutorial_email.htm

You can also use a script, Matt's FormMail is really popular:
http://www.scriptarchive.com/formmail.html

Check with your web host before installing it though, they may already have it (or something similar) installed for you to use.

Hope that helps :)