I've just installed and added this plugin to one of my pages:
http://www.fyneworks.com/jquery/star-rating/#tab-API
The form control works perfect, my radio buttons are now stars. However, I cannot figure out how to get it to submit with the form. Each radio button gets the same name in order to group them into the same set of stars.
I'd like to avoid using ajax here if possible. I have other data I want the form to submit too so I would like to use just a normal HTML form submit and handle the data from POST.
Anyone have any idea?