Hey Gang,
I am using the FYNE Networks jQuery rating thingy and all is good aside for ONE little bit of data submission. http://www.fyneworks.com/jquery/star-rating/#tab-API
I built out a site with MODx and am submitting info through a Snippet (little piece of PHP to process the form)
When I click a star, I have ajaxSubmit fired and the form processes like it should and INSERTS a record very silently into the database. The only problem is that one value from withing the form is not getting there... the value from the actual stars.
I have the stars rendered from radio buttons as they should be and I have a name set as "rating"
In the PHP, i $_POST[rating] to get the value, but there is nothing.
I have pored over the actual script to see if somehow it is overriding the radiobutton name, but can't find anything.
Maybe someone has had the same problem before and can solve without code examples. if not, I will try to post. (confidential work project)
Thanks all! Rob