views:

20

answers:

0

Is there any module in drupal which provides low rating feedback. eg If someone wants to vote a content as <= 2 (out of 5). Before he does so, there will be a pop up window displaying text "Are you sure you want to rate so low?" etc.

If there is no such module then is there any easy way of doing it through coding or otherwise?

EG:

        • *

(1) (2) (3) (4) (5)

If the user clicks on 1st or second star. His/her vote would be saved. But, I also want to add an action which shows a pop up window containing a form to take input from the user and mail the contents to the author of the content(post to be voted).