It doesn't work, i don't understand why. In the both pages I have form with custom code in the onLoad and url with option=com_chronoforms.
I have two form, the first passes the data to the second, all by session.
every time that user makes this operation, second form show data of first submitted.
every time that user makes this operation, second form show data of first submitted.
Hi Lapo78,
Sorry, I still don't know what the problem is :-(
Is the problem that the second form does show the data? Or that it does not?
Bob
Sorry, I still don't know what the problem is :-(
Is the problem that the second form does show the data? Or that it does not?
Bob
The second form show ever data of the first submit because the page is in the cache.
I entered at the begin of the first and the second form this code
but it doesn't work.
Each form work with URL that includes 'option=com_chronoforms'.
Thansk again
I entered at the begin of the first and the second form this code
<?php
$cache = JFactory::getCache('com_chronoforms');
$cache->clean();
?>
but it doesn't work.
Each form work with URL that includes 'option=com_chronoforms'.
Thansk again
Hi lapo78,
I don't think that has anything to do with the cache. It's more likely that the browser is refilling the data (or, if you have saved it to the Joomla! User session then ChronoForms will refill it).
The simplest solution is to make sure that the two forms have different input names.
Bob
I don't think that has anything to do with the cache. It's more likely that the browser is refilling the data (or, if you have saved it to the Joomla! User session then ChronoForms will refill it).
The simplest solution is to make sure that the two forms have different input names.
Bob
This topic is locked and no more replies can be posted.