Title: Realtime filter
Last modified: June 27, 2019

---

# Realtime filter

 *  Resolved [bettinz](https://wordpress.org/support/users/bettinz/)
 * (@bettinz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/realtime-filter/)
 * Hello, is it possible to do something like this?
 * I mean, all reviews with a filter and the ability to select the category when
   I submit a review.
    Thanks for your work 🙂
    -  This topic was modified 6 years, 10 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
    -  This topic was modified 6 years, 10 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frealtime-filter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/realtime-filter/#post-11674078)
 * If you would like to add a category dropdown to the submission form, please see:
   [https://pastebin.com/V9Egt9S9](https://pastebin.com/V9Egt9S9)
 * However, in order to dynamically filter reviews by category, you would have to
   write this code yourself as Site Reviews does not offer this feature.
 * To do that, it would be something like this:
 * You would need to add your own HTML form at the top with a category dropdown,
   and then use javascript to listen for a change event in the category dropdown
   which uses ajax to return the new shortcode HTML with the category option applied.
   Once you have the new HTML, you would inject it into the page replacing the old
   reviews.
 *  Thread Starter [bettinz](https://wordpress.org/support/users/bettinz/)
 * (@bettinz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/realtime-filter/#post-11675943)
 * Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Realtime filter’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bettinz](https://wordpress.org/support/users/bettinz/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/realtime-filter/#post-11675943)
 * Status: resolved