Log in

View Full Version : Making forms in dreamweaver



Fiked
10-19-2005, 05:18 PM
hey there

i was wondering if my email address was mike@fiked.com how do i set my forms to go to that email address ?

Thanks

Mike

dead-poetic
10-19-2005, 08:23 PM
You can do this with php using the mail function (http://us3.php.net/manual/en/ref.mail.php). There MIGHT be another way to do this, but I don't know how.

mwinter
10-21-2005, 09:48 AM
i was wondering if my email address was mike@fiked.com how do i set my forms to go to that email address ?As dead-poetic has said, you should use a form processor - a server-side program that takes the user input, formats it in some way, then sends it somewhere.

You could roll your own if your host supports a server-side language like PHP, but you host may already provide one, or you can use an existing service (http://cgi.resourceindex.com/Remotely_Hosted/Form_Processing/).

Mike