• Resolved bettinz

    (@bettinz)


    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.
    • This topic was modified 6 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    If you would like to add a category dropdown to the submission form, please see: 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

    (@bettinz)

    Thank you 🙂

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

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