PDA

View Full Version : How to email a Submit Form?




munkle
Jan 20, 2005, 06:34 AM
Basically I want to create a form on my website and have the results emailed to me once the user submits the form.

I know how to create forms but if somebody with scripting knowledge could provide an idiots' guide to how to get the results e-mailed to a designated address it would be much appreciated.

Thank you! :)



edesignuk
Jan 20, 2005, 08:50 AM
You have to use some type of server side scripting. What does your server support? ASP? PHP?

munkle
Jan 20, 2005, 09:21 AM
You have to use some type of server side scripting. What does your server support? ASP? PHP?

A Small Orange, so you tell me!

edesignuk
Jan 20, 2005, 09:31 AM
A Small Orange, so you tell me!
Haha, PHP then ;)

Sadly, that's the end of my input on this, I have no idea how you send emails with PHP, but it can be done.

D0ct0rteeth
Jan 20, 2005, 09:55 AM
http://www.tele-pro.co.uk/scripts/contact_form/

- Doc

munkle
Jan 20, 2005, 12:29 PM
http://www.tele-pro.co.uk/scripts/contact_form/

- Doc

Thanks! Exactly what I was looking for...I'm going to give it a go, thanks again :)