Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Yes, you have to attach a JavaScript event to the vote down button.

    Can’t tell you the exact code since it depends on your modal.

    I would start with something like this:

    jQuery(document).ready(function() {
        jQuery(".thumbs-rating-container .thumbs-rating-down").on("click", function(event){
          // Do something
        });
    });
    Thread Starter Pieter Bos

    (@senlin)

    Awesome thanks Ricard, I will try to figure it out and get back to you if I need more tips.
    Cheers,
    Piet

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show feedback Modal when user/guest votes down’ is closed to new replies.