Thread: Creating a form
View Single Post
  #6 (permalink)  
Old 06-11-2006, 11:45 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 115
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Quote:
Originally Posted by Webster View Post
Thanks for your reply,

the thing is after created the form using dreamweaver, i do not know how to make the form deliver to my email after ppl click on submit button, do you know how to do that?
Well, put your email address in the form's action. Example:
HTML Code:
<form method="post"  action="mailto:youremail@email.com">
this is not an ideal way but it does what you want.
__________________
LiewCF | Malaysia Bloggers Forum
Reply With Quote