Click to See Complete Forum and Search --> : Contact email form


Austoon
06-02-2004, 06:17 PM
I want to make a contact form so people can contact the owner right from the site, but I have no idea how to go about doing this though.

I have a basic form all made, i just have no idea how to make it so they can send it from the site and not have their email program open up to send it.

iniquity101
06-03-2004, 08:53 AM
you need to send the form using a server side script like ASP or PHP
what server side languages does your host support?

Austoon
06-03-2004, 11:20 AM
Im pretty sure that they can host all of the major things.

iniquity101
06-03-2004, 02:08 PM
if you want to use php you could use pyros script (http://www.webdevfaqs.com/php.php#mailer)

or just google form mailer and whatever language you want to use