In CF7 I can define the page as standalone. This means that the page is reloaded when you submit and set checkboxes/dropdown/text fields can be used as filters for the SQL query.
How do I implement this with CF8?
In CF7 I can define the page as standalone. This means that the page is reloaded when you submit and set checkboxes/dropdown/text fields can be used as filters for the SQL query.
How do I implement this with CF8?
disable the "next page" option in your form so that each page will work on it's own
Sorry, Max, I can't do it like that... I need an example, please!
The checkbox should be used as a filter option for an SQL query of a table.
So, that should work then.
it works as expected, when you submit the page you get the "submit" section of that page, but you need to redisplay the load section and that needs some new feature to be added, I will try to prepare this soon