dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
Create forms and generate pages or emails from them
My idea: - Define a new field type compute Extend existing field types: - select: additional to the visible label, a hidden value for computation is selected - radio: selects...
Hi, I'm searching for the possibility to create a hidden field which is dependend on a check box. My goal is to fill placeholder 1 with X when the box...
Hi! I'm using the bureaucracy plugin in combination with the struct plugin. When I use a `select`-field in the first fieldset to show different input options, the options show as...
It would be good if you could use RegEx in struct_field. Unfortunately you can't catch this via Bureaucracy, because "struct_field" ignores the RegEx (see https://forum.dokuwiki.org/d/18526-struct-bureaucracy-regex). I don't know where it...
Regular expressions containing whitespaces in the literal form, e.g. ( )+ are not checked. It is necessary to use \s instead (not a severe problem, but maybe it should be...
Hi, I could not find in the documentation how to reset the counter in hiddenautoinc. Any pointers? Thank you, Domenico
I have some troubles displaying the data from conditional fieldsets. I want to use the Bureaucracy plugin to create a new project, with various parameters. Here is my code :...
Hi all!, Is there any way to disable the email subject prefix and the email body footer? I'm using this plugin to integrate my wiki with my helpdesk trough email,...
Creating a form to be used to submit Time Off requests. The email destination is based on which manager is selected. I haven't been able to find a way to...
Hi, I reproduced the example for translation labels as documented in https://www.dokuwiki.org/plugin:bureaucracy#external_label_names: ``` ====== 1-test: Mailform ====== action mail [email protected] labels mylabels fieldset "field" textbox "name" number "age" >13