seeking help to make form-->email on dreamweaver cs3
I want to have the user fill out a form with the email address they would like to send to and a short message and be able to send it without opening an external mail program like outlook is that possible? would this involve php or scripting any help would be good
Do you mean that you have an form interface for user to key in the email and message where the message will be sent to the email entered when user click the button "Send"? If it is so, yes you can do it with some scripting. PHP scripting will help.