dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
Create forms and generate pages or emails from them
Hey there, what happens if you use a select for several conditional fieldsets and in these you overload labels. Example: select "How many languages do you speak?" "1|2|3" fieldset "One...
The argument @@ after email field as Reply-To function doesn't work in my form. When I try replying the email the receiver's address is still my website email. I'm wondering...
Compare issue #141 Wiki code on Thank you page
Hi, it seems to me that if the user adds a newline to an entry in a textarea field, the entry is broken. Is there a way to automatically strip...
Please add render_text and html_entity_decode to render and _handlepost routine, respectively. Thereby text added as Thank you note is rendered as wiki syntax and one can include links, etc
Using the argument 'selection1|selection2|etc#option1|option2|etc' . It shows 'selection1' 'selection2'...... on dropdown list , and it will actually transmit 'option1' 'option2' to the template.
It would be great if the autoincrement field could be dependent on a special field. For exampe: ``` action template tpl:id:template "@@field@@" textbox "field" select "ID-type" "aIb|c" hiddenautoinc "id" @@ID-type@@...
I use bureaucracy with template mode and struct. I have set everything up, so that part of the name of the page generated will be set with a struct_field "schema.field"...
Say I have 2 date fields: date "Date 1" date "Date 2" I'd like to be able to set it so that Date 2 cannot be older than Date 1....