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

Empty field for links displayed empty #196

Open walterfrosch opened 7 years ago

walterfrosch commented 7 years ago

In my form users should be able to enter links to external websites. (e.g.: Textbox "Web link" ) Since the user who fills out the form should not be forced to use the dokuWiki-Syntax this entry is linked to the used template like this : [[@@Web link| @@]]

If a link is entered this works fine (e.g. [[www.google.com]] is created) but if no link is entered it will create "[[ ]]" which dokuwiki reads like a link to the used namespace. But I want the link not to be shown if no link is entered. Is that in my case even possible? Or does any command exist that makes dokuwiki ignore the [[ ]]link-command, something like e.g. [[hiddelink]]???