Table of Contents

HTML_UPDATEPROFILEFORM_OUTPUT

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

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

This event has been replaced by FORM_UPDATEPROFILE_OUTPUT.

Passed Data

$data contains a Doku_Form object with the form components.

See also