Table of Contents

HTML_REGISTERFORM_OUTPUT

Description:
modify the register form HTML
DefaultAction:
display the register form
Preventable:
no
Added:
2007-07-30
Removed:
2020-10-13

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

This event has been replaced by FORM_REGISTER_OUTPUT.

Passed Data

$data contains a Doku_Form object with the form components.

See also