I’m sure I’ll get the hang of it soon but for now, I don’t know why the following code won’t work:
{exp:rating:form entry_id="{entry_id}" form_name="review" require_membership="no" admin_template="admin_template" anonymous="yes" status="open" return="{path=’rating/thanks’}"}
<select name="rating" onchange="document.review.Submit()">
<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>
<input type="submit" name="submit" value="submit" />
{/exp:rating:form}
that is, I get an error message: u
* A name is required to submit ratings.
* Your email address is missing.
I thought setting “require_membership” to “no” and “anonymous” to “yes” would allow anyone to rate an entry?
please advise.
thanks.
