Skip to main content
Known Participant
June 17, 2009
Question

Simple form: How to return to page with form after submit?

  • June 17, 2009
  • 1 reply
  • 1340 views

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.

    This topic has been closed for replies.

    1 reply

    Dileep_NR
    Inspiring
    June 19, 2009

    Hi,

    Please use cflocation,

    Eg:- <cflocation url="index.cfm">