====== HTML_SUBSCRIBEFORM_OUTPUT ====== ---- dataentry event ---- Description: modify the subscribe form HTML DefaultAction: display the subscribe form Preventable: no Added_dt: 2010-01-20 Removed_dt: 2020-10-13 ---- This event is signaled by [[xref>html_form()]] [[xref>inc/html.php]] when called via [[xref>tpl_subscribe()]]. Use this to inject additional form elements((see [[xref>inc/form.php]])) into the form. This event has been replaced by [[FORM_SUBSCRIBE_OUTPUT]]. ===== Passed Data ===== $data contains a [[xref>Doku_Form]] object with the form components. ===== See also ===== * [[codesearch>HTML_SUBSCRIBEFORM_OUTPUT|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]