Posted by Dino
2014-03-28

Hello, great script.
I have the same issue how Ervis, i cant click in the radio button. On name it works and check the button.
Posted by Tom
2014-03-28

Hi Dino,
OK, try this. Open web/js/ajax_poll.js in a text editor and comment out the line 275 like this
//e.preventDefault();
There are many "e.preventDefault();" in the script so be careful. It is below "[BEGIN] Select an item" like
//-- [BEGIN] Select an item
this.form.find( '.ajax-poll-item' ).click( function(e){
//e.preventDefault();