Hi,

I'm looking for a module that gives the possibility to create a page where visitors can give a review with a 5 star ratings.

I saw that there were some modules to add 5 stars to a node, or add a review to a node, but that's not what I'm looking for. I just want to create a page where visitors leave there experience with the company of that site. No nodes involved.

Anyone?

Thanks!

Comments

da_solver’s picture

Hi,
I would read this carefully http://drupal.org/node/644164.

Afterwards, please edit your post and move it to the "Post Installation" forum. That's where folks discuss configuration issues.

Hope that helps.
Thank you for sharing:)

John Carbone’s picture

Your fastest route would probably be to create a "review" content type and give anonymous visitors the "create review" permission. Then you could just create a views page showing all reviews, themed as you like. I know you said no nodes, but as far as I am aware, there is no contrib module to do exactly what you are talking about. Alternatively you could just do it all custom but it would be more work than it's worth I think. Hope this helps.

kakilang’s picture

You can create a new content type,then make use of comment module for review.
You can also use fivestar module for rating.