ikiwiki/ bugs/ poll plugin uses GET Edit RecentChanges History Preferences Branchable ?Discussion 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". done -- Joey