dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
Create forms and generate pages or emails from them
Regexp defined by users for textboxes (for example) are forced to be case insensitive, which disallow to validate rules such as /^[A-Z]+$/ to force user to write its data only...
The first example does not even work. My needs were simple, a contact form. The documentation here seems to bounce all over the place. If there is something in here...
I found that if using conditional selectboxes having all the same label, replacement goes wrong. E.G.: i have this form: ... usemailtemplate tpl_mailform ... fieldset "" select "Object" "O1|O2|O3" fieldset...
Currently the marked field names are replaced by their values in the `replace()` function. There is currently support for a default value (documented as the 'nice alternative') using the syntax...
In fact, there are two bug fixes related to text area field in this PR. 1. correct HTML generation bugged `` fixed `` 2. correct e-mail generation Newlines in text...
I've just been testing the addpage functionality, and I specified a page name as `../page`. That resulted in a new page `my:form:page`, whereas I wanted `my:page`. Changing the / to...
Hi, I want to use the addpage command several times and fill the filename with a placeholder called "Identnummer": ``` action template redaktionssystem:vorgaben:vorlage_start redaktionssystem:techn_doku:@@Funktionsbenennung@@_@@Identnummer@@ fieldset "Neue Funktionsbeschreibung" textbox "Funktionsbenennung" data_aliastextbox...
Hello I have a "small" feature request. I generate new pages with the following code: ``` action template log:c_template "log:@DATE(,%Y%m%d_%H%M%S)@" submit "New log-entry" ``` That works really fine. But after...
Cooperation with calendoku: changing the format of date and time values in the template (added via picker) similar to `@DATE(,%%Y-%%m-%%e)@`
I need form like this : Documentation name : Template type (dropdown) : Tata / Titi / Toto It's possible ?