Hi there,

I was wondering if there is a straightforward way to display taxonomy fields on the user register page. At the moment i have all my CCK fields displaying fine, and the taxonomy fields display fine on the edit page but they don't show up when a new user is registering. Any solutions?

Thanks,
Neil

Comments

ncameron’s picture

Anyone? It would seem it is a matter of ensuring taxonomy_form_alter is called when the user-register form is built. Trouble is, I have no idea how to go about this...

ncameron’s picture

Status: Active » Postponed

This was real deal breaker for us so i used a bit of a work around. Using this life saving module (http://drupal.org/project/content_taxonomy) you can very simly and easily (much more so than other CCK+taxonomy modules) create CCK fields for taxonomy and then painlessly render them on the register page. The values are stored within the taxonomy tables so they can be used as normal.

Neil