I have already converted some lists with filters and detail pages from CF7 to CF8. But pagination still doesn't work!
With another form, I just can't get the filters to stay set when I open it and press the back button.
I have already converted some lists with filters and detail pages from CF7 to CF8. But pagination still doesn't work!
With another form, I just can't get the filters to stay set when I open it and press the back button.
OK, on the second page I have DB Read + Data Merge, which overwrites the filters set on page 1. Now I save the filter values in variables on the submit page of page 1 after the PageReload action and read the variables again when loading page 1, thus activating the filter checkboxes. And it works!
can you attach a simple demo form where I can test this ? use the chronoforms8 table for the list, and do not try to save the values in variables
I also noticed that the filters are deleted when you click on the Joomla menu. In CF7 they remain set.
I think this is fixed here, please test when the new update is ready and let me know
Ok... And what I also noticed with CF7 is that when changing filters it doesn't jump to start_at=0. From my point of view it makes sense to always land at start_at=0 when pressing the search button again.
Please test this on the new v8.0.29, I tested your demo form and it works