Table of Contents

FORM_REGISTER_OUTPUT

Description:
modify the register form object
DefaultAction:
display the register form HTML
Preventable:
no
Added:
2020-10-13

This event is signalled by dokuwiki\Form\Form::toHTML()1) method when called via dokuwiki\Ui\UserRegister::show()2). Use this to inject additional form elements into the form.

Passed Data

A \dokuwiki\Form\Form object is passed as data.

See also