Skip to main content
Inspiring
September 26, 2006
Answered

error when back at the form root

  • September 26, 2006
  • 1 reply
  • 402 views
when i send a one format in the action form, and i back a this form show this message "The form data has expired, Please reload this page in your browser." how can do to recover the form with click the button reload the page?
    This topic has been closed for replies.
    Correct answer venon69
    ok i find the solution, here show the solution:

    in the tag cfform add timeout="10" when 10 are the seconds that the form have the variables and the forms.

    this is the example

    <cfform name="decide" format="Flash" timeout="10">

    1 reply

    venon69AuthorCorrect answer
    Inspiring
    September 28, 2006
    ok i find the solution, here show the solution:

    in the tag cfform add timeout="10" when 10 are the seconds that the form have the variables and the forms.

    this is the example

    <cfform name="decide" format="Flash" timeout="10">