Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jun 17, 2009 Jun 17, 2009

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.

1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 18, 2009 Jun 18, 2009
LATEST

Hi,

Please use cflocation,

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources