====== FORM_CONFLICT_OUTPUT ====== ---- dataentry event ---- Description: modify the conflict handling form object DefaultAction: display the conflict form HTML Preventable: no Added_dt: 2020-10-13 ---- This event is signalled by **dokuwiki\Form\Form::toHTML()**((see [[xref>inc/Form/Form.php]])) method when called via **dokuwiki\Ui\PageConflict::show()**((see [[xref>inc/Ui/PageConflict.php]])). Use this to inject additional form elements into the form. ===== Passed Data ===== A ''%%\dokuwiki\Form\Form%%'' object is passed as data. ===== See also ===== * [[codesearch>FORM_CONFLICT_OUTPUT|Code related to this event]] used in any DokuWiki files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[devel:Form]]