The poll plugin uses GET for the vote links. As a result, the openid poll has a number of votes from Google.
done -- Joey
Not quite; the <form> method attribute defaults to GET. The forms each need the attribute method="POST".
<form>
method
method="POST"