Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Curt Gratz #1
mx 7 flash form The form data has expired, Please reloadthis page in your browser.
When i first go to any flash form on my CFMX 7 server i get the following
message. The form data has expired, Please reload this page in your browser.
When I refresh the page, then the form works fine. But if i then leave the
page and come back to it I get the The form data has expired, Please reload
this page in your browser. message again.
Curt Gratz Guest
-
Flash Form data had expired
When the back button it clicked the form on the previous page has expired. What?s a good way around this? -
Form data has expired
I have a Grid using onChange as below: onchange="getUrl('SpecificAccount.cfm?count_id=' + getTodaysGrid.dataProvider);" Once the item is... -
form data expired
Is there an ultimate way to get rid of this error message when using flash cffrom? The form data has expired, Please reload this page in your... -
help needed in flash form data passing to cfm page
I have a flash form that when submitted passes 4 text fields to www.promegasigns.com/thanks.cfm. The action script for the send button in the flash... -
'Form data has expired'
Hey all, I seem to be having a problem with my flash form. I made a form which takes values from a GET then querys a database to populate the... -
Roy F #2
Re: mx 7 flash form The form data has expired, Please reload thispage in your browser.
Hi Curt,
Set the timeout attribute to how many seconds you want the form to>i get the following message.
>The form data has expired,.....
retain the data for. So for example if you want the data to not expire
for 2 minutes setup your cfform tag like this:
<cfform format="flash" timeout="120" width="600">
Regards,
Roy F.
Curt Gratz wrote:> When i first go to any flash form on my CFMX 7 server i get the following
> message. The form data has expired, Please reload this page in your browser.
> When I refresh the page, then the form works fine. But if i then leave the
> page and come back to it I get the The form data has expired, Please reload
> this page in your browser. message again.
>Roy F Guest



Reply With Quote

