dokuwiki-plugin-bureaucracy icon indicating copy to clipboard operation
dokuwiki-plugin-bureaucracy copied to clipboard

Create forms and generate pages or emails from them

Results 119 dokuwiki-plugin-bureaucracy issues
Sort by recently updated
recently updated
newest added

This are a couple of minor improvements 1. The value which is used to control the visibility of fieldsets is now a list of strings separated by a '|'. So...

I suggest the following patch to the fieldsubmit module: ``` --- a/helper/fieldsubmit.php Wed Jan 31 18:55:50 2024 +0100 +++ b/helper/fieldsubmit.php Wed Jan 31 18:56:32 2024 +0100 @@ -44,6 +44,9 @@...

my little question is how to define a relative destination path starting in the current namespace of the caller, not of the position where the template is located. example: page...

Fieldset no longer support labels as described in [plugin:bureaucracy](https://www.dokuwiki.org/plugin:bureaucracy#external_label_names) Here is my label file: ```markdown ====== Labels - Open a Ticket ====== * contact = "Contact Information" * issue =...

This PR checks if form is dirty (aka. has been changed) before exiting the page, preventing that user looses it changes if it exits the page after changing the form...

Hello, Following a discussion on the Dokuwiki forum, I've come across a problem concerning the use of conditional fieldsets. Details of the forum discussion can be found here: [https://forum.dokuwiki.org/d/22941-bureaucracy-retrieve-values-when-fields-are-in-conditional-fieldset] **Objective**:...

I have the following form: ``` ... action template ! ":private:@USER@" textbox "firstname" textbox "lastname" textbox "company" ... addpage templates:contact "contacts:@@lastname@@_@@firstname@@" ... addpage templates:company "companies:@@company@@" ``` The added pages are...

Fixed issue #340: Fieldset no longer support Labels

I have this warning when I go to a page with bureaucracy form > Warning: Undefined array key "label" in /var/www/html/lib/plugins/bureaucracy/helper/field.php on line 84 > Warning: Cannot modify header information...