Садржај

HTML_SUBSCRIBEFORM_OUTPUT

Description:
modify the subscribe form HTML
DefaultAction:
display the subscribe form
Preventable:
no
Added:
2010-01-20
Removed:
2020-10-13

This event is signaled by html_form() inc/html.php when called via tpl_subscribe(). Use this to inject additional form elements1) into the form.

This event has been replaced by FORM_SUBSCRIBE_OUTPUT.

Passed Data

$data contains a Doku_Form object with the form components.

See also