Click to See Complete Forum and Search --> : How to add form to mail option to a website?
method
05-13-2005, 06:49 AM
Hi every body. I want to add a form to my website that allow users to fill some registration information and once they finish it they be able to submit it to me via email . I wonder what scripting languages does my website need to support in order to accomplish this task. Can i do this with out any scripting languages ?I want to do this for a business so i want it to be professional. I be happy to get some feed back from experts about options that i can have. Thanks
SpectreReturns
05-14-2005, 03:52 PM
PHP:
http://ca3.php.net/manual/en/function.mail.php
(or if you want, you could do it with a form action set to 'mailto:email')
felgall
05-14-2005, 05:10 PM
mailto:email only works in older browsers where the person has a separate email client. Newer browsers don't accept that version.
It can be done with any server side scripting language - perl, php, asp, .net, jsp, coldfusion etc. whatever you are comfortable with and is supported by the web hosting. If you don't want to write your own then there are plenty out there that others have already written.
Alternatively you can use a third party form to mail script eg the one available from bravenet.
method
05-14-2005, 06:11 PM
mailto:email only works in older browsers where the person has a separate email client. Newer browsers don't accept that version.
It can be done with any server side scripting language - perl, php, asp, .net, jsp, coldfusion etc. whatever you are comfortable with and is supported by the web hosting. If you don't want to write your own then there are plenty out there that others have already written.
Alternatively you can use a third party form to mail script eg the one available from bravenet.
Thank u for your reply. could u help me find a script that is written by others and it is realiable. Furthermore, could u explain to me what u mean by third party form to mail script . Are they diffrent then one u said wirteen by others?Thanks
sammy2222
05-24-2005, 06:37 PM
hello, I think what he means by third party form to mail script is a remotely hosted form to mail script. I.e. it's not hosted on your site it's hosted on someone else's, But it sends the form infomation to you. It's for people who have a web host that don't support server side scripting languages. If your host support's server side scripting languages try looking here (http://hotscripts.com/) and here (http://www.needscripts.com). If it doesn't support server side scripting then use http://www.bravenet.com/ hope that helps
gizmo
05-27-2005, 08:15 AM
You could use the sticky on this website for examples http://www.webdeveloper.com/forum/forumdisplay.php?f=2