clear sandbox/test commit
[ikiwiki.git] / doc / bugs / poll_plugin_uses_GET.mdwn
blob0538aaa93ba915f74a87f41ae914dece1c2777ae
1 The [[plugins/poll]] plugin uses GET for the vote links.  As a result, the
2 [[news/openid]] poll has a number of votes from Google. :)
4 done -- [[Joey]]
6 Not quite; [the `<form>` `method` attribute defaults to GET](http://www.w3.org/TR/html401/interact/forms.html#adef-method).  The forms each need the attribute `method="POST"`.
8 [[bugs/done]] -- [[Joey]]