the code below is from the Documentation for the Ratings module:
{exp:rating:form entry_id="{entry_id}" form_name="review" require_membership="yes" admin_template="admin_template" anonymous="yes" status="open" return="{path=’rating/thanks’}"}
<input type="hidden" name="name" value="{screen_name}" />
<input type="hidden" name="email" value="{email}" />
<label for="review">Your Rating</label>
<select name="rating">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
<label for="review">Your Review</label>
<textarea name="review" rows="10" cols="40"></textarea>
{/exp:rating:form}
is that not missing a SUBMIT button?
also, the Readme.txt file does not include instructions to enable the Extension that comes with the module.
thanks.
