Hi all,I browsed through the project library, and I did not see anything close to this, but we're looking for a way to add a customer review engine to a site (note, not PRODUCT review for ecommerce). It would be a single page with customer reviews and ratings for our company's customer service, much like a testimonials engine, but with a five-star rating system as well.Has anyone seen something like this? I saw several poll engines, but, marketing shot down the idea of polls.
This is something that could be achieved very easily, the way I would go about it is, make some forms, or use umbraco forms to save reviews to db, call them from a controller and display them in a partial view, for the star rating :-
Looks like it could do the job, maybe I should look into creating a package for this, seems like something people would use. Finding the time might be an issue though.
Customer Review module
Hi all,I browsed through the project library, and I did not see anything close to this, but we're looking for a way to add a customer review engine to a site (note, not PRODUCT review for ecommerce). It would be a single page with customer reviews and ratings for our company's customer service, much like a testimonials engine, but with a five-star rating system as well.Has anyone seen something like this? I saw several poll engines, but, marketing shot down the idea of polls.
Hi, I'm potentially looking for something similar, did you find anything?
I am also looking for a plugin as described by Jonathan Hart. Anyone who might know of a solution that would work?
We are also looking at something like this and wondered if anyone had an idea on if a plugin already existed.
We are thinking about how to go about implementing a solution which would all feedback platform similar to TripAdvisor.
If we end up developing something I don't see a problem making this available if their was interest :-)
Hi All,
This is something that could be achieved very easily, the way I would go about it is, make some forms, or use umbraco forms to save reviews to db, call them from a controller and display them in a partial view, for the star rating :-
https://github.com/callmenick/five-star-rating
Looks like it could do the job, maybe I should look into creating a package for this, seems like something people would use. Finding the time might be an issue though.
Regards M
Hi M T,
Do you have an example or a snippet code in this?
Thanks
Jin
is working on a reply...