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

Hi! I'm currently using `bureaucracy` along with `struct`. I am able to use the fields inside the lookup schema like this: ``` Action template users:mitgliedtpl "mitglied:@@mitglieder.vorname@@" ... struct_schema "mitglieder" !...

I think, we could add an alternative select field, like selectfrom or selectlist that uses a file to generate the elements of the list or uses the pages returned by...

Hello, I have a Feature request for the select Statement in a block. In the description there are only examples with static seöect Options. What do you think of beeing...

The label and the input field are always misaligned when I use a struct_field variable. Using struct_field: ![struct_field form](https://user-images.githubusercontent.com/28785386/37432978-9c7cb8ee-27b0-11e8-8817-79853c7b2019.JPG) Without struct_field: ![no struct_field form](https://user-images.githubusercontent.com/28785386/37433074-e9cc5ece-27b0-11e8-9df2-5e2103bbb723.JPG)

I am using a form to specify a file to be uploaded. When I submit the form I get an error message displayed saying it is larger than 2MB -...

Right now, processUploads() in helper/actiontemplate.php hardcodes media_save()'s $ow argument to false which prevents one from overwriting an already existing file uploaded to the same namespace via a form created using...

Using "action mail" the email is successfully sent and received but without the data from the from. The "subject" and "thanks" are working properly.

After playing around with the _script_ action introduced in the 2017-07-27 release, I thought it would be nice if I could combine the power of the fully custom handlers that...

Is it possible to have a list field be items in a namespace?