Adding new fields to existing registration form
vims - August 21, 2009 - 11:48
Hi all,
I am new to drupal. For one of my project i want to add extra fields to registration form like first name, last name along with username.
I tried with profile module, but it is adding as separate category. But I want to add in same category where username and email fields exist in registration form.
Is there any way to add fields without separate category?
Thanks in advance

Ubercart Addresses
If you happen to use the Ubercart shopping module, it will add an address section to the user registration form with standard address fields including first name, last name, etc., and you can define whether these are displayed or are required.
I dunno why Drupal won't let you add your own fields to the core Account category though.
You'll also need uc_addresses
You'll also need uc_addresses for this data to appear in user profiles.
Alternately the Addresses module may do this too, however I have no experience with it myself.