• So, i have a filter with taxonomy options using dropdown. I am using ajax and after filtering it works good. I do have this same filter in single post template but selected values are not saved. How to save selected values after page changes?

    Also if I hit back my filter is reset. Is it possible to return my filtered results?

Viewing 1 replies (of 1 total)
  • Plugin Author TC.K

    (@wp_dummy)

    No, you can’t have the option selected in the post page.

    Also if I hit back my filter is reset. Is it possible to return my filtered results

    No, that is Ajax cons, because it is stateless. Use default result template instead, if you want the back button to works.

Viewing 1 replies (of 1 total)
  • The topic ‘How to save selected fields using ajax’ is closed to new replies.