How to create a simple flash form?
Hey all,
Okay, I've decided to create a simple form using the <cfform format="flash">.
I would like visitors to my site to be able to leave a comment on the articles they read. Specifically, the form needs to grab the text from my <cftextarea> as well as a few other variables e.g. userID, articleID. I'm not sure if Flash forms can do this but I'd like my user to be able to hit the submit button and not leave the article.
I know there is some debate about this but I'd like to send my information to a cfc e.g. submit.cfc. The submit.cfc will save the information into my db.
I've been unsuccessful at finding a simple tutorial on how to accomplish this. I'm hoping one of you might be able to a) point me in the right direction or b) provide me with a simple description of the steps involved.
Thanks so much.
