same problem here, just implemented reviews and i see the review which is great but it is duplicated above anc below the submit button, any help greatly appreciated.
Update: read the settings it makes it clear.
the short answer thought is to change your default short code which is likely to be:
[WPCR_SHOW POSTID=”ALL” NUM=”3″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″]
to:
[WPCR_SHOW POSTID=”123″ NUM=”20″ SNIPPET=”250″ MORE=”view more” HIDECUSTOM=”0″ HIDERESPONSE=”0″]
this worked for me but may not for others, make sure you copy your old code first just in case.