• Resolved Talha Imam

    (@talhaimam)


    I want to make some adjustments to the way the site reviews form is displayed on our site. I want the form to be submitted itself exactly when the user finishes rating the post. For e.g. when the user clicks on the star i.e. finishes the rating, the form should submit and review should be saved. (Assuming only the rating is the required field, and we’re only trying to capture the ratings)

    I have jquery/javascript expertise at hand so I am hoping you could pin point the exact way we could do this.

    Thanks

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

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

    (@geminilabs)

    It is not possible to hide the submit button from the shortcode options.

    However, if you are convinced that you want to do this, you can write some custom javascript which listens to the change event on the hidden SELECT of the star rating which triggers a .click() on the submit button.

Viewing 1 replies (of 1 total)
  • The topic ‘Looking for a possibility to submit the review without the submit button’ is closed to new replies.