splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

hiddenautoinc not working when form is embedded using include plugin #229

Open mmram opened 6 years ago

mmram commented 6 years ago

I have some forms that work fine if called directly, but if submitted from within another page that embedds the form-page using the include-plugin, the counter for hiddenautoinc does not increment. Same for the "number "X" ++" notation. I really think it worked before the last update of the bureaucracy plugin, but I am still evaluating if there were other config changes in the meantime that cause the issue. Remembered that wrong, seems it never has worked.

Floffyko commented 6 years ago

Same behavior here.

elgiad007 commented 5 years ago

Experienced the same issue. Using Dokuwiki 2018-04-22a "Greebo" and the last version of the plugin updated on 2018-09-10.

elgiad007 commented 5 years ago

Found that using a number field with "++" seems to work with included forms, however, it leaves the number writable on a field on the form, meaning it can be changed by the user. Not a huge deal, but not the ideal work solution.

elgiad007 commented 5 years ago

Ok, so it worked once. Now it's back to not incrementing the counter.