What version of CF are you running? If you are on a recent version of CF can do all the validation (including a CAPTCHA on CF 8) Client side using CF form. You can go here to learn what tags and functions to use:
http://examples.adobe.com/cf8gettingstarted/experience/index_content.cfm But right now all you will need to used is CFmail and a few if/else statements on the action page. On Thu, Jan 29, 2009 at 12:00 PM, Steven Sprouse <[email protected]> wrote: > > I just cannot seem to wrap my head around creating a simple CF feedback > form. I've got the front-end side with the correct form fields, but when it > comes to the action file, I always mess it up. All I want is a form that > will validate that someone typed their name, a valid email address and some > comment. I want to be able to direct them back to the form if they didn't > enter their information properly, and to a thank you page if they did. I'm > looking for it to block spammers somehow with the validation and make it so > that they can't enter code into any of the fields. I want their comments to > be mailed to a Webmaster. > > Can anyone help explain the entire process to me? I have books upon books, > but never seem to do this properly. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318651 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

