Hook additionalCustomerFormFields

Informations

Add fields to the Customer form This hook returns an array of FormFields to add them to the customer registration form
Hook additionalCustomerFormFields
Locations
FO
Type
Origin core
Aliases

This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).

Located in

Origin File
core classes/form/CustomerFormatter.php

Call of the Hook in the origin file

Hook::exec('additionalCustomerFormFields', ['fields' => &$format], null, true)