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

Add new page and open it in edit mode #202

Open chappy721 opened 7 years ago

chappy721 commented 7 years ago

Hello

I have a "small" feature request. I generate new pages with the following code:

<form>
action template log:c_template "log:@DATE(<datetime>,%Y%m%d_%H%M%S)@"
submit "New log-entry"
</form>

That works really fine. But after every creation I have to open the link and click on "edit this page". Would it be possible to implement an option to open the just created page in edit mode?

Or does anybody have an idea how I could implement it in php?

Thanks a lot! Daniel