View Full Version : E-mail Forms....


BlackIce
09-23-2004, 07:57 PM
I know how to make forms, but i need to know how to make it so that when the user clicks on the "Submit" button, it will e-mail me all the information that the user enters.

Would anybody be able to help me at all?

pb&j
09-24-2004, 07:13 AM
if you are able to use a serverside language such as PERL or PHP, then you can find a script through here...
http://www.hotscripts.com

if you want an easier route or do not have those capabilities, try here...
http://www.bravenet.com

basically, you need a script to process and send the information of the form. both of those will give you a solution.