Hi,
I use hookCreateAccountForm to add a field to the user registration form, just like that
public function hookCreateAccountForm ()
{
return $this->display(__FILE__, 'myfield.tpl');
}
Obviously, this adds the field at the end.
Now, I was wondering if there is a...