It consists of
Just a way to get some basic html input in dokuwiki.
Alternatively, see the installation notes by Frisco Rose under http://wiki.splitbrain.org/wiki:debian_notes
$> cd dokuwiki/lib/plugins $> darcs get http://danjer.doudouke.org/doku.php/tech/dokuforms.tar.gz
Update:
$> darcs pull
$> cd dokuwiki $> mkdir lib/plugins/dokuforms
$> mkdir dokuforms $> cd dokuforms $> wget http://danjer.doudouke.org/doku.php/tech/dokubforms.zip
$> unzip dokuforms.zip
$> cp dokuforms/class.dokuformsrenderer.php ../lib/plugins/dokuforms $> cd .. $> rm -rd dokuforms