For some strange reason allow_duplicates=“no” seems to work in firefox. in IE7 it just allows a user to continue to vote over and over. For the life of me i cant seem to work out why!?
My code is pretty straight forward…
{exp:rating:form entry_id="{entry_id}" form_name="review" require_membership="no" admin_template="admin_template" anonymous="no" allow_duplicates="no" status="open"}
<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>
<input type="submit" name="submit" value="Submit!" />
{/exp:rating:form}
http://www.screengrabby.com/screenshot/wwwsmashlabcom/
any help much appreciated!
