[pmwiki-users] Form Input missing 4 types !!!!

JB jbit at ev1.net
Mon Aug 28 03:51:08 CDT 2006


For the first time I am trying to use forms with PMWiki.

    http://www.pmwiki.org/wiki/Cookbook/Forms


It appears that some type of input are missing,
currently there are

    (:input text name value size=n:)
    (:input hidden name value:)
    (:input password name value:)
    (:input radio name value:)
    (:input checkbox name value:)
    (:input submit name label:)
    (:input textarea name rows=n cols=n:)

What is missing is:

    (:image ...:)
    (:reset ...:)
    (:button ...:)
    (:file ...:)

I really would like to get the image type.

Can you please add these to PMWiki?






Here is the W3C specification on input:

    http://www.w3.org/TR/html401/interact/forms.html#h-17.4.1


John





More information about the pmwiki-users mailing list