Hi All,

I am working on a registration form where I was told to add some fields such as educational and professional information with multipaging functionality

Means in the first page you will have normal fields and when you go to next page you have to fill education and professional experience data

Now the fields in these educational and professional section will be of increment type i.e when required the user can add one more field if have some more degrees and experience,upto 6 fields in both

If some can help me how it can be accomplished or what modules can help me in achieving this.

regards
Vijay Nair

Comments

pallenzine12’s picture

Vijay:

You can add as many fields to you registration form through admin. drupal gives us the option "Profile" under user management . you can add text field or list box or check boxes depending on your need.

I hope this will work for you..

WorldFallz’s picture

If you want paging for the core profile module see the http://drupal.org/project/profile_setup module. For more advanced profiles you'll want to use content_profile and pageroute modules.