• Resolved Duke

    (@dukessa)


    I was wondering if, with the Free version, it’s possible to remove the submit button and let users simply click on the stars to vote.
    The submit button is an additional step that I really dont see necessary (especially if using only 1 rating form/criteria).
    Thanks!

    https://wordpress.org/plugins/multi-rating/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I’ve solved in that way:

    $('body').on('click', 'form i.fa-star, form i.fa-star-o', function() {
    $('input.btn.btn-default.save-rating').trigger('click');
    });

    Plugin Author dpowney

    (@dpowney)

    Yes that will work. Thanks for this piece of code.

    I’ve been looking at adding this functionality as an option but only if one rating item exists. The other part of this is then removing the submit button in this scenario.

    Here’s the Github account if you’d like to submit a pull request. https://github.com/danielpowney/multi-rating

    Thanks,
    Daniel

    Thread Starter Duke

    (@dukessa)

    Did you update the plugin with this, by any chance?

    Hey, 4 months gone, u have a plan to add this function to plugin? Because this really good idea.

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

The topic ‘Remove submit button (rate simply on star click)’ is closed to new replies.