Hi, I found a problem when trying to have two selectboxes inline, one after another, like this:
(:input select name=abc value=1:)(:input select name=abc value=2:) (:input select name=cde value=3:)(:input select name=cde value=4:) On the first line, the "name=abc" is different than the second "name=cde" and PmWiki should create two selectboxes. It currently creates one, see: http://pmwiki.org/wiki/Cookbook/InputSelect#comments Note that it is possible to separate the two markups with a character like . Greetings, Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
