Forum Moderators: mack
I normally collect users/customers data by them filling in a form and sending it to my database. This time however I need to send the data to an email address which I am unfamilar with and in a presentable format. I would appreciate it if somebody could give me advice on doing this using dreamweaver and any "email" problems I may encounter.
Thanks
Steve
Do NOT use an email address on your domain, because this is just going to attract Spam For Life. Even if you turn off the address, your server still has to handle the connections trying to send mail to the address.
The main downfall of using mailto is it will alerted the users to a security warning about unsecured data about to be transferred. If you simply use a script to handle the form then mail it to you this will make the process seam much more flawless.
You can find loads of examples on Hotscripts.com
Mack.