Hi folks,
Maybe somebody has a solution for this 'nag'.
I have a form with a couple filters (dropdowns & a radio button) to display data dynamically. The form uses POST and feeds back into itself.
However, when certain people browse away from the page and then hit 'Back' in the browser they get the old "Page has Expired" message. This seems to be dependant on browser type/version.
A standard workaround would be some array of META tags in the header of the HTML, but as this is a form embedded within the main Joomla page the form has no control over these (I think).
Am I missing some setting within ChronoForms? Is there a workaround?
Many thanks,
BM.
Maybe somebody has a solution for this 'nag'.
I have a form with a couple filters (dropdowns & a radio button) to display data dynamically. The form uses POST and feeds back into itself.
However, when certain people browse away from the page and then hit 'Back' in the browser they get the old "Page has Expired" message. This seems to be dependant on browser type/version.
A standard workaround would be some array of META tags in the header of the HTML, but as this is a form embedded within the main Joomla page the form has no control over these (I think).
Am I missing some setting within ChronoForms? Is there a workaround?
Many thanks,
BM.
Hi MurrayB,
You could lengthen the user session I guess. I think Fredrik also posted a little JavaScript to keep the session live.
Bob
You could lengthen the user session I guess. I think Fredrik also posted a little JavaScript to keep the session live.
Bob
Perfect! Thanks Bob/Fredrik.
Found the code @ http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=3&t=15242#p37597 and chucked this into the top of my Form Code/Form HTML.
I did need to change the first line from
Thanks again.
BM.
Found the code @ http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=3&t=15242#p37597 and chucked this into the top of my Form Code/Form HTML.
I did need to change the first line from
<? to <?phpThanks again.
BM.
This topic is locked and no more replies can be posted.
