form help
- Started
- Last post
- 3 Responses
- Momentum
Hey guys I got a question. I set up a form in dreamweaver but i'm not sure what do next. I need that info to be sent somewhere where the owner of the site can see what was submitted.
I know its newbee stuff but any help would be great!
- monNom0
search google for a form mail script, and or tutorial.
or I think you can have the page email him without any server stuff, but there's something (can't remember what) that's bad about that.
- Momentum0
thanks, figured it out!
- welded0
or I think you can have the page email him without any server stuff, but there's something (can't remember what) that's bad about that.
monNom
(Apr 9 05, 17:48)You're referring to using mailto in the form action. It's not recommended because it'll do dick all if the user doesn't have or use a system default mail client. It (probably) also required the email address be present in full, but I suppose you could use javascript to obfusticate it.