Hi, I am trying to get the ratings field i created through field management in comprofiler to update when the table comprofiler_ratings has received a new row of information. What is happening is that, when a new row is inserted into the ratings table the field associated with the ratings in the comprofiler table stays NULL. It is not a rating through the front end but from the backend through a query string. How would I auto populate the ratings field in the comprofiler table with the average of what is in the comprofiler_ratings table? i understand there is a jQuery attached that makes this work from the frontend, would i have to create a new jquery? so lost right now.
Thank you in advanced for your help!