Hi all, I have a question regarding customizing registration form using drupal.

I want to customize the registration form of my web site to something user can edit the number of field. Let say for example, I want the user to be able to an additional address if they have more than one. It means I provide the user one address field, they can fill them up and add one more address field if they have another address by pressing "+" button. Does drupal has any module to support this kind of function?

thanks all for reading and replying.

Comments

nevets’s picture

You could use a content type and content profile. Most fields add with the Content Construction Kit (CCK) allow for multiple instances of the field.

man00604’s picture

Dear nevets.

thanks for sharing. This method works in having multiple instances of the field. however, the content profile include something like title, body which are not needed for my user registration process. Also, the title fields is not removable for what I know. what I want to do is to have a pageroute registration process with some fields that can be added multiple times by the users.

If you can help me out with that, I would greatly appreciate it.

Thanks

alxsvdr’s picture

You can leave body label blank so it's not required (/admin/content/types/profile). You can install auto_nodetitle to hide Title field and have it filled automatically.