Question
Simple form: How to return to page with form after submit?
Hi,
I've spent so much time with cfc's and flash remoting that my basic html/cfml skills have dwindled. ![]()
So...I have a form in a .cfm page. The ' form action' sends my variables to a mysubmission.cfm for processing e.g. dumps data in db. What I don't understand is, how do I get back to the original page (where I made the submission)? An added question: Once I get back, how do I clear the input field?
Thanks so much for your time.