I designed a basic HTML form in Dreamweaver to collect feedback on a website I am promoting. Includes check buttons. However, what I now need to do is to make sure that all the data is emailed to me. I've read (or tried to read) material out there and tinkered with the idea of buying pre-written software. However, as I've already done most of the work, I might as well go the whole hog and tackle this last step. If someone can help me with a simple Javascript or VBScript I'd be very grateful. Thanks for any help on this.
. . . or if you want to try the code yourself you can use the link to the example posted in your thread over at the Other forum or the example posted in the PHP forum.
mailto: is NOT a proper protocol for a form's action, a user's email client has no way of interpreting the form data (assuming that the user even has a email client), you will need to use a server-side script (CGI, Perl, PHP, ASP, etc.)
Bookmarks