Replies: 0
Steps to reproduce:
1. In Entries list, filter the list by form ID and/or month
2. Press Filter
3. Change page
4. Filters are reset and all entries are shown
The filtering seems to use $_POST variables, which aren’t available anymore after the page is changed. I would recommend using “restrict_manage_posts” action for adding those custom search filters instead of adding a completely customized form.