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

How to Use Alert Messages responding to A Form Field

Guest
Jan 21, 2009 Jan 21, 2009
Hello,
I am working of a form that has 4 Fields (ID, Lastname, Firstname, Date). I am trying to locate a way to alert the user that the information has been submitted when the "Submit" button has been pressed, and have the form away new input. I am sure that this may be pretty simple, however, I am having trouble trying to locate information. I am using a CFC to process the form - below is the code for this form.
Thanks,
evware77
278
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
LEGEND ,
Jan 21, 2009 Jan 21, 2009
LATEST
<p>Your form has been submitted.</p>
<cfflush>
code to process form.
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