Posted by jerrystar on November 3, 2009 at 6:05am
Create entirely new drupal module with registration form functionalities.
fields like
First Name
Last Name
Dob
. . .
. .
.
where to get the tutorial for this functionality???
Thanks in Advance
Jerry
Comments
You can use the Profile
You can use the Profile module in Drupal core to accomplish that functionality. If you want more flexibility than the profile module can offer, you can use CCK and Node Profile modules.