splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

feature -multiple select for bureaucracy #226

Closed solewniczak closed 6 years ago

solewniczak commented 6 years ago

this commit creates a syntax for multiple select:

multiselect "Label" "Opt1|Opt2|Opt3" =Opt1,Opt3

"=" - one or more default options

In mail action all options will be joined by ", " in e-mail message

In template action:

needs docs update