====== Bureaucracy-AU Plugin ====== ---- plugin ---- description: Easily create HTML forms to collect data which can be sent via email or used to create pages. Australian date format dd/mm/yy. author : SFITCS email : scott+dokuwiki@scottferguson.com.au type : syntax, action lastupdate : 2019-06-14 compatible : Hrun, Ponder Stibbons, Binky, Detritus, Elenor Of Tsort, Frusterick Manners, Greebo depends : conflicts : bureaucracy, form similar : bureaucracy, form, contact, contactmodern, conform tags : !experimental, form, email, poll, create downloadurl: https://github.com/SFITCS/dokuwiki-plugin-bureaucracyau/archive/master.zip bugtracker : https://github.com/SFITCS/dokuwiki-plugin-bureaucracyau/issues sourcerepo : https://github.com/SFITCS/dokuwiki-plugin-bureaucracyau/ donationurl: http://donate.dokuwiki.org/Bureaucracy screenshot_img: https://scottferguson.com.au/uploads/files/bureaucracyau.png ---- A **fork** of the [[:plugin:bureaucracy|Bureaucracy Plugin for DokuWiki]]. This version uses the Australian date format //dd/mm/yy//. The bureaucracy plugin allows you to create a HTML form right within DokuWiki. Input format validation is automatically handled by the plugin and requires no coding. User input can be emailed to a preconfigured address or used to create new pages using a template. WARNING - this plugin has had little testing. Testing and feedback appreciated. If you like this plugin please [[http://donate.dokuwiki.org/Bureaucracy|donate]] to the [[plugin:bureaucracy|original Bureaucracy]] plugin. ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Documentation ===== See the original [[:plugin:bureaucracy|Bureaucracy]] documentation. ===== Notes ===== * You will also need to change the configuration setting for PHP strftime function in ///conf/dokuwiki.php// (can also be changed via **Admin->Configuration**) ''%%$conf['dformat'] = '%d/%m/%Y %H:%M';%%'' * If you use a language other than English you will also need to edit ''/bureaucracy/lang/**$YourLanguage**/lang.php'' and change the string for ''%%$lang['e_date']%%'' * Installation caused an error: "dokuwiki\Exception\FatalException: Array and string offset access syntax with curly braces is no longer supported" which seems to be related to deprecated PHP syntax in version PHP 8.0.