в нём использовать данные из формы?
$hook->getValue('username') вот так вроде
/** * Gets the value of a field. * * @param string $key The field name to get. * @return mixed The value of the key, or null if non-existent. */ public function getValue($key) /** * Gets an associative array of field name and values. * * @return array $values A key/name pair of fields and values. */ public function getValues()
Обсуждают сегодня