|
comment box code issues, plz help -
10-02-2010, 06:19 PM
I am creating a site with Dreamweaver and have to create a comment box. For the most part I have googled as much as I can to understand how to make it work. Here is the code so far.
<form action="/html/codes/html-comment-box-code-action.cfm" method="get"> Leave comments:<br /> <textarea rows="4" cols="25"></textarea><br /> <input type="submit" value="Submit" /> </form>
I understand most of this, my main question is I read that you insert your "page" that processes the comments here: "/html/codes/html-comment-box-code-action.cfm". But I am not sure what that page is or even how to set it up. It would be fine if this comment information was simply sent to an email address, is there a way to do that? Please any help would be great, thank you in advance for your help.
|