Hello! How can I add 2 or more taxonomy vocabulary to user registration form? Please help me!
The short answer is that you can't: taxonomies refer to nodes, not to users (though this might change in future versions of Drupal).
However, you could try using the http://drupal.org/project/content_profile module which builds profiles as nodes.
I found a module User Term, but it add only one taxonomy vocabulary? but I need two!
Comments
The short answer is that you
The short answer is that you can't: taxonomies refer to nodes, not to users (though this might change in future versions of Drupal).
However, you could try using the http://drupal.org/project/content_profile module which builds profiles as nodes.
User Term
I found a module User Term, but it add only one taxonomy vocabulary? but I need two!