By kiwibytes on
I have a node called 'company' and I want new users to add all company info on user registration form.
Is that possible to do in Drupal 7 with any available module?
Thanks.
I have a node called 'company' and I want new users to add all company info on user registration form.
Is that possible to do in Drupal 7 with any available module?
Thanks.
Comments
You can the profile 2 module
You can the profile 2 module to make content types a profile and selectively expose fields on the registration form.
Alternatively in D7 you can add fields directly to the user object.