I have applied the plugin (
http://www.fyneworks.com/jquery/star-rating/) and am able to view and select the stars. However, I can only pass values to my database when I use a submit button on the form. If I disable the plugin I can use
- onChange="this.form.submit()
which submits without the need for an extra button which is the behaviour I was expecting.
How can I have the form submit without the extra button?